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 的回复
于 2025 年 01 月 11 日 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.