Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting series ID 290490 (BBC News Witness) fails #54

Closed
MoSal opened this issue Dec 10, 2015 · 2 comments
Closed

Selecting series ID 290490 (BBC News Witness) fails #54

MoSal opened this issue Dec 10, 2015 · 2 comments

Comments

@MoSal
Copy link

MoSal commented Dec 10, 2015

I discovered this while iterating over a search result.

import tvdb_api
tvdb = tvdb_api.Tvdb()

Now, selecting this specific series by id or name fails:

s_by_id = tvdb[290490]
s_by_name = tvdb['BBC News Witness']
@dbr
Copy link
Owner

dbr commented Sep 25, 2017

Was still a problem with new V2 API - should be fixed in next release

@dbr
Copy link
Owner

dbr commented Sep 25, 2017

Oh, with the new API it was erroring badly when getting that series by ID - it now raises the tvdb_shownotfound exception as I'd expect

However that series seems a bit weird - it shows up in the web interface as a almost-entirely-empty show, but via the API even via https://api.thetvdb.com/swagger#!/Series/get_series_id it claims it doesn't exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants