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 !
Can't find a movie or TV show? Login to create it.
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Travis Bell Erabiltzailearen Erantzuna
Martxoa 10, 2016 egunean 11:46 AM(e)tan
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 Erabiltzailearen Erantzuna
Martxoa 10, 2016 egunean 12:19 PM(e)tan
Awesome, thanks for the reactivity !