You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-11 16:15:32,483 - requests_cache.backends.sqlite - DEBUG - Opening connection to /tmp/tvdb_api--u1000-py3.sqlite:redirects
Traceback (most recent call last):
File "/usr/bin/tvnamer", line 6, in <module>
tvnamer.main.main()
File "/usr/share/tvnamer/main.py", line 474, in main
tvnamer(paths = sorted(args))
File "/usr/share/tvnamer/main.py", line 360, in tvnamer
tvdb_instance = Tvdb(
^^^^^
File "/usr/lib/python3/dist-packages/tvdb_api.py", line 703, in __init__
self.session.remove_expired_responses()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'CachedSession' object has no attribute 'remove_expired_responses'
This is probably because the python3-requests-cache package
It looks like CachedSession.remove_expired_responses() was deprecated in 1.0.0 and removed in 1.2.0
When running tvnamer on Debian 12 I get:
This is probably because the
python3-requests-cache
packageas described in https://aur.archlinux.org/packages/plover_plugins_manager#comment-988008
The text was updated successfully, but these errors were encountered: