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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 11 de enero de 2025 a las 14:35
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.