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.
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur Travis Bell
op 12 November 2015 om 9:59 VM
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?