If you use the /search/... the poster and backdrop pathes are wrong. Since yesterday or maybe today the Server Response with a starting backslash for exmaple: "poster_path":"\/igqnNOR5W47L91N54ihppONFMdK.jpg". If you use /movie/... It show the right path. Yes its not a problem for me and the other users to clear the backslash, but i think its not the sense of the api to response wrong data.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ نوفمبر 12, 2015 في 9:59 صباحا
We're in the process of changing some of the app behind the scenes. The old JSON encoder didn't escape forward slashes and the new one does. Escaping forward slashes is valid JSON and your JSON decoder should handle this transparently.
What JSON library are you using?