We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
theMovieDb.movies.getAccountStatesGuest does not work without a session_id. see the TMDB documentation
theMovieDb.movies.getAccountStatesGuest
I'm not sure if they did this on purpose since the tv, tv seasons and tv episodes 'AccountStates' methods don't require a session_id.
Either way, the method does not work.
The text was updated successfully, but these errors were encountered:
Hi, thanks for load the issue, i think that they could have a bug, i will contact them asking before update the library.
Thanks!
Sorry, something went wrong.
Hi, after some testing I noticed that the getAccountStatesGuest method for TV and TV episodes also don't work with only a guest_session_id.
getAccountStatesGuest
They return the error message:
Authentication failed: You do not have permissions to access the service.
They have a bug for that:
https://www.themoviedb.org/talk/595994eb9251410bfa02e9d0
Bug: https://tmdb.lighthouseapp.com/projects/83077-api/tickets/574
No branches or pull requests
theMovieDb.movies.getAccountStatesGuest
does not work without a session_id.see the TMDB documentation
I'm not sure if they did this on purpose since the tv, tv seasons and tv episodes 'AccountStates' methods don't require a session_id.
Either way, the method does not work.
The text was updated successfully, but these errors were encountered: