اختصارات لوحة المفاتيح
البحث المتقدم
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
بتاريخ أبريل 8, 2015 في 4:12 مساءا
Hi agrawalankit7@gmail.com,
What's an example request you're making?
رد بواسطة agrawalankit7@gmail.com
بتاريخ أبريل 8, 2015 في 4:20 مساءا
I am extracting profile path value and then using that as the source.
رد بواسطة Travis Bell
بتاريخ أبريل 8, 2015 في 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.jpgرد بواسطة agrawalankit7@gmail.com
بتاريخ أبريل 8, 2015 في 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
بتاريخ أبريل 9, 2015 في 6:04 مساءا
Good find, I'll get the fix pushed for this ASAP.