dbr / tvdb_api

Simple to use interface to TheTVDB.com API in Python
The Unlicense
339 stars 63 forks source link

Says show doesn't exist although it does #80

Closed ghost closed 4 years ago

ghost commented 4 years ago

t[253463] gives me tvdb_api.tvdb_error: not found although it clearly exists as you can see here: https://thetvdb.com/series/black-mirror

mueslo commented 4 years ago

duplicate of #73

dbr commented 4 years ago

Yep per as the ticket @mueslo refers to, TheTVDB currently returns an error 404 when trying to get actors for a valid show with no recorded actors. Confusing but we can workaround this in the API.

I've created #85 to track this

ghost commented 4 years ago

I created a thread on the forums (https://forums.thetvdb.com/viewtopic.php?f=17&t=65827).