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 的回复
于 2021 年 03 月 22 日 2:49下午
Hi @rudy.mosaix, thanks for pointing this out. I've fixed it locally and it will be reflected on the next deploy.
hrefcoder 的回复
于 2023 年 12 月 30 日 6:33上午
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 的回复
于 2023 年 12 月 30 日 6:56上午
This answer is perfectly correct.