tvdb_api icon indicating copy to clipboard operation
tvdb_api copied to clipboard

Show without actors causes uncaught exception

Open lxndrcx opened this issue 4 years ago • 0 comments

When processing http://thetvdb.com/?tab=series&id=385762&lid=7 an uncaught exception is raised due to there being no actors page for the series. Relvant part of the trace is:

.../tvdb_api.py", line 852, in _loadUrl
    raise tvdb_error("%s" % error)
tvdb_api.tvdb_error: not found

lxndrcx avatar Dec 22 '20 23:12 lxndrcx