I am getting this error
2021-01-09 23:58:50 CRITICAL manager [/tasks/test-1/regexp] The key deluge
is not valid here.
2021-01-09 23:58:50 CRITICAL manager Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.
when I run
~/.config/flexget$ flexget execute --learn
This is my entire config:
tasks:
test-1:
rss:
url: redacted
all_entries: yes
regexp:
accept:
- .*
deluge:
host: 127.0.0.1
port: 22156
username: ed
password: redacted
label: flexget
Already checked my .yml with yamllint and it said its valid YAML.
Appreciate any help!
2 posts - 1 participant