Hi!
I've found an inconsistency in the detail of the movie with id 477272, votes are not the same in these different endpoints:
Movie list => "vote_count": 0 https://api.themoviedb.org/3/search/movie?api_key=b0790bc553ba280be98265c4df8307c8&language=en-US&query=Ilk%20%C3%96p%C3%BCc%C3%BCk&page=1&include_adult=false
Detail => "vote_count": 1 https://api.themoviedb.org/3/movie/477272?api_key=b0790bc553ba280be98265c4df8307c8&language=en-US { "vote_average": 10.0, "vote_count": 1}
Do you have any idea why this may be happening?
Thanks in advance :)
Brenda
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 9 mars 2018 à 12h58
Yes, this is because all of the list methods (search, discover, find, etc...) are heavily cached. The detail methods are only cached for 6 hours at a time, so they will reflect data closer to real time.
Réponse de bren717
le 13 mars 2018 à 03h24
Hi Travis!
Thank you for your quick response. The "vote_count" value is still different between these requests, It should already be solved after 6 hours, right?
Réponse de Travis Bell
le 16 mars 2018 à 12h32
Hi @bren717,
No, like I said the list methods are not cached in the same way. Only the name spaced methods (/movie/{id},/ tv/{id}, etc...) have the 6 hour cache.