Hi Travis, I used to call https://api.themoviedb.org/3/genre/movie/list?api_key=XXX&language=en & https://api.themoviedb.org/3/genre/tv/list?api_key=XXX&language=en in my iOS app. The call is giving me null values for genre name : {"genres":[{"id":10759,"name":null},{"id":16,"name":null},{"id":35,"name":null},{"id":99,"name":null},{"id":18,"name":null},{"id":10751,"name":null},{"id":10762,"name":null},{"id":9648,"name":null},{"id":10763,"name":null},{"id":10764,"name":null},{"id":10765,"name":null},{"id":10766,"name":null},{"id":10767,"name":null},{"id":10768,"name":null},{"id":37,"name":null}]}. If I skip the language parameter in the url, everything is fine. But currently my app crash due to a bad error handling on my side... Is it a deliberate change on the API ? Can it be fixed or should I perform a quick fix on my side ? Thanks !
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 03 月 10 日 11:46上午
Hi wasappi,
The fix for this is live. You'll just have to wait for the pages to expire from cache which is usually within ~6 hours.
Cheers.
wasappi 的回复
于 2016 年 03 月 10 日 12:19下午
Awesome, thanks for the reactivity !