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
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
11.01.2025 v 2:35 ODP.
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.