@vlad.stancea wrote:
I'm using Flexget 2.5.4 on a QNAP TS-212P NAS, ARMv5 ach with Python 3.5, also installed transmissionrpc. I installed and configured everything and started to work on the config.yml file but I keep getting an error.
This is the content of my config.yml (a very basic config file)
tasks: tv-shows: rss: url: RSS 1 url: RSS 2 url: RSS 3 group_links: yes ascii: yes archives: no series: 720p+: - Show 1 - Show 2 - Show 3 transmission: host: localhost port: 9091 username: *** password: *** ratio: 0 addpaused: no maxupspeed: 150 main_file_only: yes
When I run the /opt/bin/python3 /opt/bin/flexget --test i get the following output
[~] # /opt/bin/python3 /opt/bin/flexget --test 2016-10-28 13:08 INFO manager Test mode, creating a copy from database ... 2016-10-28 13:10 CRITICAL manager [/tasks/transmission] The keys `main_file_only`, `host`, `username`, `addpaused`, `password`, `port`, `ratio`, `maxupspeed` are not valid here. Only known plugin names are valid keys. 2016-10-28 13:10 CRITICAL manager Failed to load config file: Did not pass schema validation. Could not start manager: Did not pass schema validation.
I even tried to change the transmission output plugin with the download plugin but the result is the same.
[~] # /opt/bin/python3 /opt/bin/flexget --test 2016-10-28 13:28 INFO manager Test mode, creating a copy from database ... 2016-10-28 13:31 CRITICAL manager [/tasks/download] Got `/share/HDA_DATA/Download/transmission/watch`, expected: dict 2016-10-28 13:31 CRITICAL manager Failed to load config file: Did not pass schema validation. Could not start manager: Did not pass schema validation.
What am I doing wrong?
Posts: 13
Participants: 2