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 }
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 12 de junio de 2014 a las 00:38
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.