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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on oktober 17, 2016 at 10:16 AM
I'll take a look at this, thanks for the report.
Reply by Travis Bell
on oktober 17, 2016 at 12:40 PM
Give it a go now, everything should be working now.
Cheers.
Reply by louis_nguyen_90
on oktober 17, 2016 at 12:43 PM
Thank you very much!
Reply by louis_nguyen_90
on oktober 17, 2016 at 10:12 PM
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!
Reply by Travis Bell
on oktober 17, 2016 at 10:19 PM
Have you rated any movies with that guest session id? My test guest session id is showing the movies I rated.
Reply by louis_nguyen_90
on oktober 17, 2016 at 10:22 PM
But how can I rate any movie with my guest session? This is the first time I work with The Movie DB API.
Reply by Travis Bell
on oktober 17, 2016 at 10:37 PM
You can read about to rate a movie here: https://developers.themoviedb.org/3/movies/rate-movie
Reply by louis_nguyen_90
on oktober 17, 2016 at 10:39 PM
Thank you! Let me check again!