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 的回复
于 2023 年 11 月 08 日 12:08下午
Now it works again. :)