Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Rtorrent / BUG: Unhandled error in plugin from_rtorrent: mismatched tag: line 6, column 2

$
0
0

@talpazzo wrote:

Hi everybody, I’m quite new to Tasker.
My experience so far: I manage to run my script on Transmission (everything perfect), but right now I switched to rtorrent, trying to replicate what I did, and I got a lot of errors.

I hope that somebody can point me in the right direction:

  • what I’m doing wrong?
  • How can I achieve something like “transmission_date_done > now - timedelta(days=3): reject” but for rtorrent?

Thank you very much, tAlpA

Flexget Version: 3.1.50
Api: 1.7.1
Docker: cpoppema/docker-flexget
/downloads/ is in the volume I placed inside the docker

My script it’s like this:

tasks:
  DELETE-RATIO:
    from_rtorrent:
      uri: scgi://192.168.0.235:8090
    if:
      - ratio > 1.0: accept
    rtorrent:
      action: delete
      custom2: complete
      uri: scgi://192.168.0.235:8090

What I find in my logs:

2020-04-11 16:39:07
WARNING task delete-ratio Aborting task (plugin: from_rtorrent)
CRITICAL manager delete-ratio
An unexpected crash has occurred. Writing crash report to /root/.flexget/crash_report.2020.04.11.163907781024.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 3.1.50
2020-04-11 16:39:07
CRITICAL task delete-ratio BUG: Unhandled error in plugin from_rtorrent: mismatched tag: line 6, column 2

Complete log: https://pastebin.com/LhrrRLM0

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles