键盘快捷键
高级搜索
There is some issue with the API. Till yesterday I was able to see the images of the actors for a particular movie but now I can't see it
Hi agrawalankit7@gmail.com,
What's an example request you're making?
var movieURl = "https://api.themoviedb.org/3/movie/" + movieid + "?api_key=###&append_to_response=credits";
I am extracting profile path value and then using that as the source.
What image URL are you using though?
As an example, I don't see any issues with Paul Walker's profile_path: https://image.tmdb.org/t/p/w92/iqvYezRoEY5k8wnlfHriHQfl5dX.jpg
profile_path
I think I have resolved the issue. But I don't know how it was parsing http://image.tmdb.org/t/p/w500//wkm8YvulYwuB4pxEvOAlwv8AWdr.jpg url earlier. Now in order to make it work I have to remove // and replace it with / before wkm
Good find, I'll get the fix pushed for this ASAP.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2015 年 04 月 08 日 4:12下午
Hi agrawalankit7@gmail.com,
What's an example request you're making?
agrawalankit7@gmail.com 的回复
于 2015 年 04 月 08 日 4:20下午
I am extracting profile path value and then using that as the source.
Travis Bell 的回复
于 2015 年 04 月 08 日 4:32下午
What image URL are you using though?
As an example, I don't see any issues with Paul Walker's
profile_path
: https://image.tmdb.org/t/p/w92/iqvYezRoEY5k8wnlfHriHQfl5dX.jpgagrawalankit7@gmail.com 的回复
于 2015 年 04 月 08 日 4:34下午
I think I have resolved the issue. But I don't know how it was parsing http://image.tmdb.org/t/p/w500//wkm8YvulYwuB4pxEvOAlwv8AWdr.jpg url earlier. Now in order to make it work I have to remove // and replace it with / before wkm
Travis Bell 的回复
于 2015 年 04 月 09 日 6:04下午
Good find, I'll get the fix pushed for this ASAP.