Отправляю запрос на получение Get the rated movies for a guest session. В ответ получаю пустой массив.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Если я отправляю запрос на получение Rated Movies то в ответ приходит массив с фильмами, которые я оценил с помощью запроса Add Rating. Как мне получить список оцененных фильмов из гостевой сессии?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de robbie3999
em 9 outubro 2023 às 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".