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 :)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on December 31, 2015 at 12:44 PM
Hi MrDeadLock,
I'll try to take a look at this today.
Cheers.
Reply by MrDeadLock
on January 1, 2016 at 4:17 PM
That would be great, thx!
Reply by Travis Bell
on January 1, 2016 at 4:29 PM
I didn't get to it yesterday, but I will look at this first thing Monday morning when I get into the office.
Cheers.
Reply by Travis Bell
on January 5, 2016 at 10:41 AM
Hi MrDeadLock,
This has been fixed and pushed to production.
Cheers.
Reply by MrDeadLock
on January 5, 2016 at 11:05 AM
Thanx, that fixed it :)