http://api.themoviedb.org/3/movie/550?api_key=mykey&append_to_response=trailers,similar_movies
Notice popularity is now a string in the movie call but in similar it's a double. If I remove append_to_response, the movie details is a double as usual.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يناير 2, 2014 في 11:29 صباحا
Hi dazego,
Whoa, that's a weird one. I've created a new ticket and will look at this when I get some time.
Thanks.
رد بواسطة neelance
بتاريخ مارس 28, 2014 في 3:11 مساءا
I just stumbled across this, too. My client is written in Go which is type strict when deserialising JSON, so the whole thing just crashed. I recently switched away from the rottentomatoes.com API which is extremely inconsistent regarding types. Until now I was very happy how smoothly everything worked with your API, so I hope that you can remove this speed bump soon. ;-)
رد بواسطة Travis Bell
بتاريخ مارس 28, 2014 في 3:20 مساءا
I spent a few minutes looking into it earlier this month and came up empty. It's seriously not making sense to me, I'll try to take another stab at it next week.