Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Remove Torrents 1.5.5, Cannot run tasks #191

Open
bernkasteI opened this issue May 2, 2024 · 0 comments
Open

Auto Remove Torrents 1.5.5, Cannot run tasks #191

bernkasteI opened this issue May 2, 2024 · 0 comments

Comments

@bernkasteI
Copy link

bernkasteI commented May 2, 2024

I am using Auto Remove Torrents 1.5.5. I created my config.yml and when I try to run autoremove-torrents command I get the following error:

Thu, 02 May 2024 03:02:26 autoremovetorrents.main INFO: Auto Remove Torrents 1.5.5
Thu, 02 May 2024 03:02:26 autoremovetorrents.main INFO: Loading configurations...
Thu, 02 May 2024 03:02:26 autoremovetorrents.main INFO: Found 1 task(s) in the file.
Thu, 02 May 2024 03:02:26 autoremovetorrents.task INFO: Running task 'deluge'...
Thu, 02 May 2024 03:02:26 autoremovetorrents.task INFO: Logging in...
Thu, 02 May 2024 03:02:26 autoremovetorrents.main ERROR: AttributeError: 'module' object has no attribute 'PROTOCOL_TLS_CLIENT'
Thu, 02 May 2024 03:02:26 autoremovetorrents.main ERROR: Task deluge fails.

I should be using the proper format for strategy and tasks in config.yml so I am not sure what the issue is. Here is what it looks like:

deluge:
  client: deluge
  host: IP:Daemon port
  username: <your-username>
  password: <your-password>

  strategies:
    delete_seeds:
      remove: ratio > 1
    clear_space:
          free_space:  
             min: 10
             path: /downloads/deluge
             action: remove-big-seeds
  delete_data: true

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant