Please help me check three APIs for Guest Sessions. When I call https://api.themoviedb.org/3/guest_session/b82e8f98ff7db2cade68ccd4cb4edb42/rated/movies?api_key=xxxx&language=pt-US&sort_by=created_at.asc the data return is {"status_code":11,"status_message":"Internal error: Something went wrong, contact TMDb."}. Thanks
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
17 października 2016 o godz. 10:16AM
I'll take a look at this, thanks for the report.
Odpowiedź użytkownika Travis Bell
17 października 2016 o godz. 12:40PM
Give it a go now, everything should be working now.
Cheers.
Odpowiedź użytkownika louis_nguyen_90
17 października 2016 o godz. 12:43PM
Thank you very much!
Odpowiedź użytkownika louis_nguyen_90
17 października 2016 o godz. 10:12PM
I checked this API but I received empty return data. Example:
{"page":1,"results":[],"total_pages":0,"total_results":0}
In my opinion, Guest Session will receive list rate Movie, Tv Show and Tv Episode. Please check that!
Odpowiedź użytkownika Travis Bell
17 października 2016 o godz. 10:19PM
Have you rated any movies with that guest session id? My test guest session id is showing the movies I rated.
Odpowiedź użytkownika louis_nguyen_90
17 października 2016 o godz. 10:22PM
But how can I rate any movie with my guest session? This is the first time I work with The Movie DB API.
Odpowiedź użytkownika Travis Bell
17 października 2016 o godz. 10:37PM
You can read about to rate a movie here: https://developers.themoviedb.org/3/movies/rate-movie
Odpowiedź użytkownika louis_nguyen_90
17 października 2016 o godz. 10:39PM
Thank you! Let me check again!