Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save afraazali/4c4f128eaba8abf15070d8444da5f398 to your computer and use it in GitHub Desktop.
Save afraazali/4c4f128eaba8abf15070d8444da5f398 to your computer and use it in GitHub Desktop.
qbm error
```
Traceback (most recent call last):
File "/app/qbit_manage.py", line 559, in <module>
start_loop()
File "/app/qbit_manage.py", line 322, in start_loop
start()
File "/app/qbit_manage.py", line 408, in start
cross_seed = CrossSeed(qbit_manager)
File "/app/modules/core/cross_seed.py", line 17, in __init__
self.cross_seed()
File "/app/modules/core/cross_seed.py", line 75, in cross_seed
error = f"{t_name} not found in torrents. Cross-seed Torrent not added to qBittorrent."
UnboundLocalError: local variable 't_name' referenced before assignment
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment