Skip to content

Instantly share code, notes, and snippets.

@pentago
Created February 5, 2023 20:28
Show Gist options
  • Save pentago/85aebc7cd82e71757c0c86d429fda4c3 to your computer and use it in GitHub Desktop.
Save pentago/85aebc7cd82e71757c0c86d429fda4c3 to your computer and use it in GitHub Desktop.
[2023-02-05 20:26:31,175] [util.py:290] [WARNING] | Nohardlink Error: Unable to open the folder Resident.Alien.S01.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-TRiToN. Please make sure folder exists and qbit_manage has access to this directory. |
[2023-02-05 20:26:31,177] [qbit_manage.py:291] [CRITICAL] | Uncaught Exception |
Traceback (most recent call last):
File "/app/qbit_manage.py", line 541, in <module>
start_loop()
File "/app/qbit_manage.py", line 308, in start_loop
start()
File "/app/qbit_manage.py", line 402, in start
num_tagged, num_untagged, num_deleted, num_deleted_contents = cfg.qbt.tag_nohardlinks()
File "/app/modules/qbittorrent.py", line 521, in tag_nohardlinks
has_nohardlinks = util.nohardlink(torrent["content_path"].replace(root_dir, remote_dir), self.config.notify)
File "/app/modules/util.py", line 291, in nohardlink
largest_file_size = os.stat(sorted_files[0]).st_size
IndexError: list index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment