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
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την tobiaswilhelmsson
στις 8 Νοέμβριος 2023 στις 12:08 ΜΜ
Now it works again. :)