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 }
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2014 年 06 月 12 日 12: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.