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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de tobiaswilhelmsson
le 8 novembre 2023 à 12h08
Now it works again. :)