Skip to content

Console output from deluge action remove is incorrect #2427

@ksurl

Description

@ksurl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions