-
Notifications
You must be signed in to change notification settings - Fork 481
Console output from deluge action remove is incorrect #2427
Copy link
Copy link
Closed
Description
Expected behaviour:
when running a task that removes torrents from deluge with the action: remove option, it should say successfully removed from deluge.
Actual behaviour:
output says successfully added to deluge.
Steps to reproduce:
- Step 1: add a deluge remove task to your config
- Step 2: run the task manually with flexget execute
Config:
deluge-cleanup:
from_deluge: yes
disable: builtins
if:
- deluge_progress == 100: accept
deluge:
action: remove
Log:
(click to expand)
2019-08-13 01:54 INFO deluge_client.client deluge-cleanup Connecting to localhost:58846
2019-08-13 01:54 INFO deluge_client.client deluge-cleanup Connecting to localhost:58846
2019-08-13 01:54 INFO deluge deluge-cleanup TORRENT is already loaded in deluge, setting options
2019-08-13 01:54 INFO deluge deluge-cleanup TORRENT successfully added to deluge.
Additional information:
- FlexGet version: 2.21.16
- Python version: 3.6.8
- Installation method: pip
- Using daemon (yes/no): no
- OS and version: ubuntu 18.04.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels