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?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 2, 2019 at 11:21 AM
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
Reply by LucianoAdji
on March 2, 2019 at 11:40 AM
Thank you, Travis
So it's a issue, right? There's some way I can contribute to help on that?
Reply by Nikolas Mavropoylos
on March 3, 2019 at 3:22 AM
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!
Reply by Travis Bell
on March 3, 2019 at 12:45 PM
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.