Отправляю запрос на получение Get the rated movies for a guest session. В ответ получаю пустой массив.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Если я отправляю запрос на получение Rated Movies то в ответ приходит массив с фильмами, которые я оценил с помощью запроса Add Rating. Как мне получить список оцененных фильмов из гостевой сессии?
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio robbie3999
dana 9 listopad 2023 u 8:05 PM
Hi @anikeev717, it looks like there are no ratings for the call you are making. You would have to add ratings before you can get them. What is the exact api URL you are using to add a rating, and what is the exact api URL you are using to get the ratings? Hide your api key and the guest session id with a string like "xxxxxx".