Hello everyone!
I'm encountering a small problem. Whenever I request details for a TV series (say, tv/285 for example - which is Waiting for God), the details for Pirates of the Caribbean: At World's End will also appear as they share the same id (285) but in the movies database of TMDB.
In my calls, I am also append credits in the request too.
Anyone experiencing the same issue?
Cheers, Ken
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أغسطس 15, 2014 في 9:15 صباحا
Hi Ken,
It sounds like you're actually making 2 calls. Are you able to provide an verbose HTTP log that shows it doing this? Something like this example in cURL would work:
رد بواسطة tsangk
بتاريخ أغسطس 15, 2014 في 9:33 صباحا
Ooops! Sorry Travis - you're right! I accidentally left an array_merge() on my code which joined the two datasets together.
All good now, thanks for your work and help!
Cheers, Ken
رد بواسطة Travis Bell
بتاريخ أغسطس 15, 2014 في 9:52 صباحا
No worries ;)