Selecting series ID 290490 (BBC News Witness) fails
MoSal opened this issue · 2 comments
MoSal commented
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 commented
Was still a problem with new V2 API - should be fixed in next release
dbr commented
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