Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.49 KB | None | 0 0
  1. tasks:
  2.   ****** task:
  3.     accept_all: yes
  4.     rss:
  5.       all_entries: no
  6.       url: ******
  7.       username: ******
  8.       password: ******
  9.       other_fields: [date]
  10.     limit_new: 1
  11.     download:
  12.       path: ******
  13.       filename: {title|pathscrub} - {rss_pubdate|parsedate|formatdate(%Y-%M-%D)}.mp3
  14.  
  15.  
  16. Error
  17.  
  18. C:\Users\Chaos>flexget execute
  19. 2017-04-12 01:49 CRITICAL manager                       sequence entries are not allowed here in "<unicode string>", line 13, column 25: filename: {title} - {rss_pubdate|parsedate|formatd ... ^
  20.  
  21. -------------------------------------------------------------------------------
  22.  Malformed configuration file (check messages above). Common reasons:
  23. -------------------------------------------------------------------------------
  24.  
  25.  o Indentation error
  26.  o Missing : from end of the line
  27.  o Non ASCII characters (use UTF8)
  28.  o If text contains any of :[]{}% characters it must be single-quoted (eg. value{1} should be 'value{1}')
  29.  
  30.  Reason: sequence entries are not allowed here
  31.  
  32.  Check configuration near line 12, column 24
  33.  
  34.  Fault is almost always in this or previous line
  35.  
  36. 2017-04-12 01:49 CRITICAL manager                       Failed to load config file: Config file is not valid YAML
  37. Could not start manager: Config file is not valid YAML
  38.  
  39. C:\Users\Chaos>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}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement