JohnDoee / autotorrent

Matches torrents with files and gets them seeded
MIT License
269 stars 34 forks source link

qbittorrent 4.2 login error #36

Closed ordinarygulp closed 4 years ago

ordinarygulp commented 4 years ago
Traceback (most recent call last):
  File "/usr/bin/autotorrent", line 11, in <module>
    load_entry_point('autotorrent==1.7.0', 'console_scripts', 'autotorrent')()
  File "/usr/lib64/python3.6/site-packages/autotorrent/cmd.py", line 207, in commandline_handler
    at.populate_torrents_seeded()
  File "/usr/lib64/python3.6/site-packages/autotorrent/at.py", line 84, in populate_torrents_seeded
    self.torrents_seeded = set(x.lower() for x in self.client.get_torrents())
  File "/usr/lib64/python3.6/site-packages/autotorrent/clients/qbittorrent.py", line 79, in get_torrents
    self._login_check()
  File "/usr/lib64/python3.6/site-packages/autotorrent/clients/qbittorrent.py", line 45, in _login_check
    raise UnableToLoginException()
autotorrent.clients.qbittorrent.UnableToLoginException
JohnDoee commented 4 years ago

Thanks! Should be fixed in 1.7.1, not sure how I missed this originally.