This seemed to be working a few days ago - now if I add the 'sort_by' param I get an empty array of results.
Am I missing something - or is this a bug?
Request: curl --request GET "http://api.themoviedb.org/3/discover/movie?api_key=&sort_by=popularity.desc&include_adult=false" \ -H "Accept: application/json" \ --max-time 30 \ --verbose \
Response: { "page": 1, "results": [], "total_pages": 16, "total_results": 302 }
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 June 12, 2014 at 12:38 AM
It is the same issue as described here: https://www.themoviedb.org/talk/5398ed240e0a263e4100002c
Short version, you’ll have to wait for some of the cached items to expire which should be soon actually.