pytvdbapi icon indicating copy to clipboard operation
pytvdbapi copied to clipboard

Not getting any results anymore with search

Open hachel opened this issue 4 years ago • 0 comments

Hi there,

thanks for your product.

Since yesterday (haven't used it at least a month previously so probably since longer) I can't get any results anymore with the search method:

>>> from pytvdbapi import api
>>> db = api.TVDB('my key)
>>> result = db.search('Dexter', 'en')
>>> len(result)
0

the key is valid as I've tried search successfully directly on https://api.thetvdb.com/swagger. Other python api's I've tried also work.

Any idea why it doesn't work?

Thanks in advance

hachel avatar Mar 15 '20 12:03 hachel