Отправляю запрос на получение Get the rated movies for a guest session. В ответ получаю пустой массив.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Если я отправляю запрос на получение Rated Movies то в ответ приходит массив с фильмами, которые я оценил с помощью запроса Add Rating. Как мне получить список оцененных фильмов из гостевой сессии?
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
robbie3999 je odgovoril
dne oktober 9, 2023 ob 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".