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
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van tobiaswilhelmsson
op 8 november 2023 om 12:08 PM
Now it works again. :)