Hi,
I've been using this endpoint for many months now but now I get:
{
"success": false,
"status_code": 34,
"status_message": "The resource you requested could not be found."
}
Could you please give me your feedback?
Thank you.
{
"movie_results": [
{
"backdrop_path": "/A4JG9mkAjOQ3XNJy2oji1Jr224R.jpg",
"id": 533535,
"title": "Deadpool & Wolverine",
"original_title": "Deadpool & Wolverine",
"overview": "A listless Wade Wilson toils away in civilian life with his days as the morally flexible mercenary, Deadpool, behind him. But when his homeworld faces an existential threat, Wade must reluctantly suit-up again with an even more reluctant Wolverine.",
"poster_path": "/8cdWjvZQUExUUTzyp4t6EDMubfO.jpg",
"media_type": "movie",
"adult": false,
"original_language": "en",
"genre_ids": [
28,
35,
878
],
"popularity": 14152.827,
"release_date": "2024-07-24",
"video": false,
"vote_average": 8.02,
"vote_count": 1005
}
],
"person_results": [],
"tv_results": [],
"tv_episode_results": [],
"tv_season_results": []
}
I just find my mistake.
Some stupid double slash in my code.
Next time, I'll double check my glasses before opening a ticket :o)
Sorry about the trouble :(
Travis Bell 的回复
于 2024 年 08 月 01 日 12:37下午
Hi @StfA,
I am not seeing any issues:
Request
Response
StfA 的回复
于 2024 年 08 月 01 日 12:42下午
I just find my mistake. Some stupid double slash in my code. Next time, I'll double check my glasses before opening a ticket :o) Sorry about the trouble :(