Hi, yesterday I could make a request like this:
https://api.themoviedb.org/3/guest_session/###/rated/movies?api_key=APIKEYHERE
and get rated movies for guest session. But today I get this
{"success":false,"status_code":11,"status_message":"Internal error: Something went wrong, contact TMDb."}
It works if I have not rated a movie, but as soon as a movie is rated I get this. I rate the movie by POSTing this:
https://api.themoviedb.org/3/movie/575264/rating?api_key=APIKEYHERE&guest_session_id=###
I post with Content-Type: application/json;charset=utf-8 and {"value": 5}
Thanks in advance
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 tobiaswilhelmsson
on November 8, 2023 at 12:08 PM
Now it works again. :)