Отправляю запрос на получение Get the rated movies for a guest session. В ответ получаю пустой массив.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Если я отправляю запрос на получение Rated Movies то в ответ приходит массив с фильмами, которые я оценил с помощью запроса Add Rating. Как мне получить список оцененных фильмов из гостевой сессии?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة robbie3999
بتاريخ أكتوبر 9, 2023 في 8:05 مساءا
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".