We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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']
The text was updated successfully, but these errors were encountered:
2505ae1
Was still a problem with new V2 API - should be fixed in next release
Sorry, something went wrong.
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
tvdb_shownotfound
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
No branches or pull requests
I discovered this while iterating over a search result.
Now, selecting this specific series by id or name fails:
The text was updated successfully, but these errors were encountered: