Good afternoon! When sending a get request to receive films with a rating, the error 404 is always returned. I tried writing using a token, but the result is always the same using a key. Please help me https://api.themoviedb.org/3/guest_session/f3f5bf19f97be6df05856688979053a4/rated/movies?api_key=513bb2*****b5a&language=en-US&page=1&sort_by=created_at.asc
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 January 11, 2025 at 2:35 PM
Hi @andersonboody,
There is no guest session with that ID (
f3f5bf19f97be6df05856688979053a4
).Something that could be happening is that guest sessions are not persisted until you write your first item with it (ie. rate an item.) Once you rate your first item, the guest session you create is persisted.