Hi all, I'm having issues on the movie rating endpoints. Sometimes they fail and I have no idea of why.
Rating:
curl -X POST -H "Accept: application/json" -H "Content-Type: application/json;charset=utf-8" -d '{"value":7}' "https://api.themoviedb.org/3/movie/822119/rating?api_key=####&guest_session_id=####"
Rating deletion:
curl -X DELETE -H "Accept: application/json" -H "Content-Type: application/json;charset=utf-8" -H "pragma: no-cache" -H "cache-control: no-store" "https://api.themoviedb.org/3/movie/822119/rating?api_key=####&guest_session_id=####"
The response from both endpoints:
{
"success": false,
"status_code": 34,
"status_message": "The resource you requested could not be found."
}
I didn't seem to have the same problem on the TV shows rating endpoints.
What could it be?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by rosdul
on August 5, 2025 at 10:01 PM
one ago week error
Reply by Travis Bell
on August 7, 2025 at 12:43 PM
You can keep discussions related to this here: https://www.themoviedb.org/talk/688d7a6e6cb9f2b886f3dbc1