I am getting status code 34 on GET https://api.themoviedb.org/3/tv/31910/season/7/episode/5?api_key= (using my working api_key)
It's a problem on client side or server side?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ مارس 2, 2019 في 11:21 صباحا
Episode 5 doesn't exist in season 7 because the episode numbers in this show are numbered absolute. This is not technically a correct way we should be storing these episode numbers but they would need to be fixed in order to have it work the way you're expecting.
The way the data is stored right now, you'd be querying episode 148.
https://www.themoviedb.org/tv/31910-naruto-shipp-den/season/7
رد بواسطة LucianoAdji
بتاريخ مارس 2, 2019 في 11:40 صباحا
Thank you, Travis
So it's a issue, right? There's some way I can contribute to help on that?
رد بواسطة Nikolas Mavropoylos
بتاريخ مارس 3, 2019 في 3:22 صباحا
imho there should be 2 fields, one for absolute episode number, and one for relative based on season. This way you could possibly add the option to query a tv episode without defining the season!
رد بواسطة Travis Bell
بتاريخ مارس 3, 2019 في 12:45 مساءا
We already support creating absolute numbered seasons/lists with episode groups. See One Piece as an example.
Naruto Shippūden is show is a show that needs one of the following, although I am not sure which:
I'm basing this off of the recent content reports here.
I will bump one of those topics and see where this show is at.