Hi,
I'm using an app which isn't supported anymore by it's developer. For displaying the list of Most Popular Movies the app calls:
http://api.themoviedb.org/3/discover/movie?api_key=<apikey>&language=en&page=1&primary_release_date.lte=<date>&sort_by=popularity.desc&with_genres=
The app worked fine until recently, unfortunately this query now returns
{"page":1,"results":[],"total_results":0,"total_pages":1}
When I remove the '&with_genres=' parameter, I get the expected results.
Since I cannot change the app and it isn't being developed anymore I hope you can solve this problem :)
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 31 décembre 2015 à 12h44
Hi MrDeadLock,
I'll try to take a look at this today.
Cheers.
Réponse de MrDeadLock
le 1 janvier 2016 à 16h17
That would be great, thx!
Réponse de Travis Bell
le 1 janvier 2016 à 16h29
I didn't get to it yesterday, but I will look at this first thing Monday morning when I get into the office.
Cheers.
Réponse de Travis Bell
le 5 janvier 2016 à 10h41
Hi MrDeadLock,
This has been fixed and pushed to production.
Cheers.
Réponse de MrDeadLock
le 5 janvier 2016 à 11h05
Thanx, that fixed it :)