We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
autoremove-torrents
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: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:
Any ideas?
The text was updated successfully, but these errors were encountered: