qbit_manage: Python error

I am receiving this error at random times. [2021-12-05 23:02:46,724] [INFO] |====================================================================================================| [2021-12-05 23:02:46,725] [INFO] | Starting Run | [2021-12-05 23:02:46,725] [INFO] |====================================================================================================| [2021-12-05 23:02:46,725] [INFO] |======================================= Getting Torrent List =======================================| [2021-12-05 23:02:46,742] [INFO] |========================================== Updating Tags ===========================================| [2021-12-05 23:02:46,770] [CRITICAL] | Traceback (most recent call last): | [2021-12-05 23:02:46,770] [CRITICAL] | File "//qbit_manage.py", line 991, in <module> | schedule.run_pending() [2021-12-05 23:02:46,771] [CRITICAL] | File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 780, in run_pending | default_scheduler.run_pending() [2021-12-05 23:02:46,771] [CRITICAL] | File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 100, in run_pending | self._run_job(job) [2021-12-05 23:02:46,771] [CRITICAL] | File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 172, in _run_job | ret = job.run() [2021-12-05 23:02:46,772] [CRITICAL] | File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 661, in run | ret = self.job_func() [2021-12-05 23:02:46,772] [CRITICAL] | File "//qbit_manage.py", line 954, in start | set_tags() [2021-12-05 23:02:46,772] [CRITICAL] | File "//qbit_manage.py", line 465, in set_tags | new_tag,url,max_ratio,max_seeding_time,limit_upload_speed = get_tags([x.url for x in torrent.trackers if x.url.startswith('http')]) [2021-12-05 23:02:46,773] [CRITICAL] | File "//qbit_manage.py", line 215, in get_tags | url = trunc_val(urls[0], '/') [2021-12-05 23:02:46,773] [CRITICAL] | IndexError: list index out of range My installation is on UnRaid. I have tried to re-deploy the container but get the same error randomly. No set time interval between failure. I am attaching config file and full log file. activity.log config.txt s.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 27

Most upvoted comments

Ok, I will modify the config. I completely missed the “Tag Parameters (Use either Format 1 or Format 2)” comment line in the config file. Thanks again.