API /3/movie sometimes return null genre id when optional language parameter specified. For example genre list for query http://api.themoviedb.org/3/movie/tt0119472?language=ru :
"genres":[{"id":35,"name":"комедия"},{"id":80,"name":"криминал"},{"id":null,"name":"роуд-муви"}]
Last id is null. English query has no such problem :
"genres":[{"id":35,"name":"Comedy"},{"id":80,"name":"Crime"},{"id":1115,"name":"Road Movie"}]
Now I found at least 3 movies with that problem - tt0119472, tt0097674 and tt0342965.
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 12 mai 2013 à 09h53
Hi ponchick,
I'm betting it's more to do with the genre translations than anything. Is this happening with the same genres, ie. road movie looks to be a victim.
I've created a new ticket for this and will look at it this week.
Thanks.
Réponse de Travis Bell
le 15 mai 2013 à 13h44
Can you give this a try now? Should be fixed.
P.S. it's possible some entries could still be cached but I tested id 158 and it looks good.
Réponse de ponchick
le 15 mai 2013 à 18h38
Still got issues with 13062 and 13925, all others are fine. I'll try next morning to be sure.
Réponse de ponchick
le 16 mai 2013 à 18h08
Now all works fine. Thank you!