@drewbeh wrote:
I have gone through the installation and then configuration tutorials, and looked up a users task to make my first config.yml file. I started it as a new text file then saved it with the .yml file type. I am using Windows 10.
In console, when located at my flexget script (C:\Python27\Scripts) I try the command:
flexget --test execute
and I receive the errors:
CRITICAL manager Failed to find configuration file config.yml INFO manager Tried to read from C:\Python27\Scripts, C:\Users\NAME\.flexget, C:\Users\NAME\flexget Could not instatntiate manager: No configuration file found.
I have the config.yml file located in both of these folders:
Python27\Scripts Users\NAME\flexget\config.yml
Here are the contents of my config.yml file:
tasks: tv: discover: what: - emit_series: yes from: - iptorrents: rss_key: KEY# uid: UID# password: PW# category: - 4 series: - The Flash: begin: S02E17 content_filter: require: - '*.avi' - '*.mkv' - '*.mp4' reject: - '*.wmv' - '*.rar' - '*.zip' pathscrub: windows qbittorrent: path: E:/Downloads/{{series_name}}/Season {{series_season|pad(2)}} label: tv
This file may not be ironed out completely, but I am not able to test it due to the above errors. Is there something I have missed in setting everything up?+
Posts: 2
Participants: 2