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."
}
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 22 март 2021 в 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.
Отговор от hrefcoder
на 30 декември 2023 в 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." }
Отговор от superboy97
на 30 декември 2023 в 6:56 AM
This answer is perfectly correct.