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 :)
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-דצמבר 31, 2015 ב-12:44אחרי חצות יום
Hi MrDeadLock,
I'll try to take a look at this today.
Cheers.
תגובה מאת MrDeadLock
ב-ינואר 1, 2016 ב-4:17אחרי חצות יום
That would be great, thx!
תגובה מאת Travis Bell
ב-ינואר 1, 2016 ב-4:29אחרי חצות יום
I didn't get to it yesterday, but I will look at this first thing Monday morning when I get into the office.
Cheers.
תגובה מאת Travis Bell
ב-ינואר 5, 2016 ב-10:41לפני חצות יום
Hi MrDeadLock,
This has been fixed and pushed to production.
Cheers.
תגובה מאת MrDeadLock
ב-ינואר 5, 2016 ב-11:05לפני חצות יום
Thanx, that fixed it :)