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 в 09: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?