Hi, I cannot seem to access the release date response for the API. I think it's an issue with my Key's authorization? Please let me know if that's the issue. Thanks!
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsÀtta denna artikel eller lÀgga till den i en lista?
Inte medlem?
Svar frĂ„n ticao2 đ§đ· pt-BR
den 7 juli 2024 vid 5:12 PM
First test your Key.
Take a Test
Using a computer, desktop or notebook.
On some mobile devices this test may not work correctly.
In the URL below, change THE_KEY to your API Key.
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY
Use this example to do a search using a new tab or window in your browser.
You will receive the basic data of the Movie Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
If it works, your Key is OK.
When there is a problem, the TMDb Server sends a message.
Can you tell which message the server sent?
Here is a list of possible messages:
https://developer.themoviedb.org/docs/errors
If it does not work, let us know right here.
Svar frÄn yangjiafan
den 7 juli 2024 vid 8:02 PM
The message I got after running "try it!" for the release date module in the API reference section, I got "404 Invalid id: The pre-requisite id is invalid or not found".
I was able to run the URL when changing THE_KEY to my key and got some data about the fight club. However, I didn't see the MPAA rating - R among those information. Perhaps there's an authorization issue with the pre-requisite id?
Thanks, Justin
Svar frÄn Travis Bell
den 7 juli 2024 vid 9:13 PM
Youâre looking for the /release_dates method.
Svar frÄn yangjiafan
den 7 juli 2024 vid 10:08 PM
yes, but I can't access that method. it shows me 404 error.
Thanks, Travis
Svar frÄn yangjiafan
den 7 juli 2024 vid 10:12 PM
Oh, I see, I must enter a path params to work it out. Thanks!