Hello,
I'm getting an invalid ID error when trying to get information on an episode with URL /3/tv/44217/season/1/episode/1. I don't really understand why, as /3/tv/44217 returns :
{
...
id: 44217,
...
name: 'Vikings',
...
seasons:
[ { air_date: null,
poster_path: '/8peZFSGkUyN1nX2Gk5HokNajhc9.jpg',
season_number: 0 },
{ air_date: '2013-03-03',
poster_path: '/urH7OFhZtLUprzQBRveBwXEssSr.jpg',
season_number: 1 },
{ air_date: '2014-02-27', poster_path: null, season_number: 2 } ],
...
}
And /3/tv/44217/season/1 returns :
{
...
episodes:
[ { air_date: null,
episode_number: 1,
name: 'First Look: Behind the Scenes',
overview: 'History provides a first look at the their new scripted series, Vikings.',
still_path: '/cR8ikPqPVe1zFCUtqObkLNdJaAO.jpg',
vote_average: 0,
vote_count: 0 } ],
...
}
Am I missing something here ?
Thanks,
Nicolas
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от Travis Bell
на 24 февруари 2014 в 11:24 AM
Hey Nicolas,
I don't seem to be seeing that here:
What's the full request you're making?