Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Errors trying to replace the deprecated clean_transmission plugin

$
0
0

@zapp7 wrote:

I have basically used the recipe available here to replace my deprecated clean_transmission plugin. As is usual, following what is written verbatim seems to not work at all. Here is my task:

tasks:
  remove stale torrents:
    from_transmission:
      only_complete: yes
    disable: [seen, seen_info_hash]
    if:
      - transmission_progress == 100: accept
      - not transmission_seed_ratio_ok: reject
      - not transmission_idle_limit_ok: reject
    transmission:
      action: remove

It throws the following errors:

CRITICAL manager                       [/tasks/remove stale torrents/transmission] The key `action` is not valid here.
2019-09-30 23:20 CRITICAL manager                       [/tasks/remove stale torrents/from_transmission] The key `only_complete` is not valid here.
2019-09-30 23:20 CRITICAL manager                       Failed to load config file: Did not pass schema validation.

What's wrong with this config?

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles