Skip to content

"now - transmission_date_done" doesn't work #3373

@ProteinPig

Description

@ProteinPig

Expected behaviour:

"now - transmission_date_done" can filter entries from transmission.

Actual behaviour:

"now - transmission_date_done" doesn't work

Steps to reproduce:

  • torrents in transmission
  • run cli flexget execute --tasks transmission_test, they are rejected.

but, if run cli flexget --test execute --tasks transmission_test, it says they would be accepted.

Config:

  transmission_test:
    <<: *from_transmission
    accept_all: yes
    if:
      - now - transmission_date_done < timedelta(days=2): reject
    transmission:
      <<: *transmission_auth
      action: pause

Log:

(click to expand)
paste log output here

Additional information:

  • FlexGet version: 3.3.1
  • Python version:
  • Installation method: docker/wiserain
  • Using daemon (yes/no): yes
  • OS and version:
  • Link to crash log:

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