@shuttleboy wrote:
Hey guys, I'm running Flexget on Centos 7. I've set my flexget to run with systemd but when I type in 'flexget check' I get a Malformed configuration error. I've tried tweaking almost every part and I still get the error. Whats wrong with my config.yml file.
/usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.21.1) or chardet (2.2.1) doesn't match a supported version!
RequestsDependencyWarning)
2019-11-20 03:11 WARNING check Config line 13 is likely missing ':' at the end
2019-11-20 03:11 VERBOSE check Pre-checked 17 configuration lines
2019-11-20 03:11 CRITICAL manager mapping values are not allowed here in "", line 14, column 18: quality: webdl ^
Malformed configuration file (check messages above). Common reasons:
o Indentation error
o Missing : from end of the line
o Non ASCII characters (use UTF8)
o If text contains any of :[]{}% characters it must be single-quoted (eg. value{1} should be 'value{1}')Reason: mapping values are not allowed here
----> MOST LIKELY REASON: Missing : from end of the line!
Check configuration near line 13, column 17
Fault is almost always in this or previous line
2019-11-20 03:11 CRITICAL manager Failed to load config file: Config file is not valid YAML
Could not start manager: Config file is not valid YAMLHere is my config.yml file https://pastebin.com/L7vD4EhL
Thanks in advance
Posts: 4
Participants: 2