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."
}
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 22 de marzo do 2021 ás 2:49PM
Hi @rudy.mosaix, thanks for pointing this out. I've fixed it locally and it will be reflected on the next deploy.
Resposta de hrefcoder
no 30 de decembro do 2023 ás 6:33AM
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." }
Resposta de superboy97
no 30 de decembro do 2023 ás 6:56AM
This answer is perfectly correct.