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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
8월 15, 2014 at 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님의 댓글
8월 15, 2014 at 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님의 댓글
8월 15, 2014 at 9:52 오전
No worries ;)