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
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 17 e de 2016 a les 10:16 A.M.
I'll take a look at this, thanks for the report.
Resposta per Travis Bell
el 17 e de 2016 a les 12:40 P.M.
Give it a go now, everything should be working now.
Cheers.
Resposta per louis_nguyen_90
el 17 e de 2016 a les 12:43 P.M.
Thank you very much!
Resposta per louis_nguyen_90
el 17 e de 2016 a les 10:12 P.M.
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!
Resposta per Travis Bell
el 17 e de 2016 a les 10:19 P.M.
Have you rated any movies with that guest session id? My test guest session id is showing the movies I rated.
Resposta per louis_nguyen_90
el 17 e de 2016 a les 10:22 P.M.
But how can I rate any movie with my guest session? This is the first time I work with The Movie DB API.
Resposta per Travis Bell
el 17 e de 2016 a les 10:37 P.M.
You can read about to rate a movie here: https://developers.themoviedb.org/3/movies/rate-movie
Resposta per louis_nguyen_90
el 17 e de 2016 a les 10:39 P.M.
Thank you! Let me check again!