Created
May 12, 2023 02:45
-
-
Save afraazali/4c4f128eaba8abf15070d8444da5f398 to your computer and use it in GitHub Desktop.
qbm error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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