https://www.themoviedb.org/documentation/api/status-codes
It seems that currently api returns 404 Not Found
while the resource is not found not 401
as per written in the webpage.
{
"success": false,
"status_code": 34,
"status_message": "The resource you requested could not be found."
}
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 Travis Bell
den 22 mars 2021 vid 2:49 PM
Hi @rudy.mosaix, thanks for pointing this out. I've fixed it locally and it will be reflected on the next deploy.
Svar från hrefcoder
den 30 december 2023 vid 6:33 AM
url - https://api.themoviedb.org/3/movie/1?api_key= { "success": false, "status_code": 34, "status_message": "The resource you requested could not be found." }
Svar från superboy97
den 30 december 2023 vid 6:56 AM
This answer is perfectly correct.