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.
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on November 12, 2015 at 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?