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
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-ינואר 11, 2025 ב-2: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.