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 :)
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 31 " de 2015 a les 12:44 P.M.
Hi MrDeadLock,
I'll try to take a look at this today.
Cheers.
Resposta per MrDeadLock
el 1 n de 2016 a les 4:17 P.M.
That would be great, thx!
Resposta per Travis Bell
el 1 n de 2016 a les 4:29 P.M.
I didn't get to it yesterday, but I will look at this first thing Monday morning when I get into the office.
Cheers.
Resposta per Travis Bell
el 5 n de 2016 a les 10:41 A.M.
Hi MrDeadLock,
This has been fixed and pushed to production.
Cheers.
Resposta per MrDeadLock
el 5 n de 2016 a les 11:05 A.M.
Thanx, that fixed it :)