Hello Admin, I rated movies using guest session and acces token.The post request is success with status code 201. When using the same guest session id and access token to get the list of rated movies, I am getting status code 200, but the results array is of length 0.
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
Can you please help me
Thanks
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 8 février 2024 à 17h05
hi @anoopezhap,
Can you try rating a movie again, and then checking if the rating shows up now?
Réponse de anoopezhap
le 8 février 2024 à 19h29
Yes, it is working now. Thanks for fixing it