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.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2013 年 05 月 12 日 9:53上午
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.
Travis Bell 的回复
于 2013 年 05 月 15 日 1:44下午
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.
ponchick 的回复
于 2013 年 05 月 15 日 6:38下午
Still got issues with 13062 and 13925, all others are fine. I'll try next morning to be sure.
ponchick 的回复
于 2013 年 05 月 16 日 6:08下午
Now all works fine. Thank you!