Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Cannot make a simple config work

$
0
0

@christophe_cluzel wrote:

Hi,

I have been trying to make a simple config to download series but I keep getting several errors.

Here is my config :

schedules:
  - tasks: '*'
    interval:
      minutes: 15
tasks:
  SHOWS:
    deluge:
      host: localhost
      port: 8112
      username: ****
      password: ****
      path: /srv/dev-disk-by-id-ata-ST2000DM001-9YN164_S1E18G2B-part6/tofmedia/Downloads/TV-SHOWS
    configure_series:
      settings:
        quality: webdl
      from:
        trakt_list:
          username: ***
          list: watchlist
          type: shows
    inputs:
      - rss: http://extratorrent.cc/rss.xml?type=user&user=ettv
      - rss: http://extratorrent.cc/rss.xml?type=user&user=EtHD

and here the error message :
2017-04-29 00:48 WARNING check Config line 4 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 7 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 8 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 14 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 15 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 17 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 18 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Trying to set value for username in line 18, but it is already defined in line 10!
2017-04-29 00:48 VERBOSE check Pre-checked 25 configuration lines
2017-04-29 00:48 CRITICAL manager [/schedules] Got None, expected: boolean or list
2017-04-29 00:48 CRITICAL manager [/tasks/SHOWS] Got None, expected: dict
2017-04-29 00:48 CRITICAL manager [/] The keys inputs, path, - rss, type, list, password, interval, host, configure_series, - tasks, settings, port, username, username, deluge, quality, trakt_list, from, minutes are not valid here.
2017-04-29 00:48 CRITICAL manager Failed to load config file: Did not pass schema validation.

Any help welcome

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles