Hi, I'm trying to make a call to the search movie API and is returning the first page ignoring the page option:
Example:
http://api.themoviedb.org/3/search/movie?api_key=api-key&query=fight&page=2
{"page":1,"results":[{"adult":false,"backdrop_path":"/ji3ArKisslmeNvGSYBBx2NGNPDy.jpg","id":29044,"original_title":"Street Fight","release_date":"2005-01- [....] Fight","video":false,"vote_average":0.0,"vote_count":0}],"total_pages":38,"total_results":745}
Do you know if this is a bug or if i'm making something wrong?
Thanks!
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 02 月 23 日 10:54下午
Hi cavestri,
The results seem to be working ok for me but the
page
field isn't updating, you're correct. Here's the first 2 pages, with the results truncated to only first 2 items each:I've created a new ticket for this here and will take a look at it tomorrow.
Thanks.
Travis Bell 的回复
于 2015 年 02 月 24 日 10:38上午
Hi cavestri,
I just deployed the fix for this, you'll have to wait ~6 hours for the cached pages to expire but it will start showing the proper page numbers shortly.
Cheers.
Franco Cavestri 的回复
于 2015 年 02 月 25 日 9:18上午
Great, thanks for your support! :)