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

Another noob struggling

$
0
0

I have been fiddling around with my flexget config.yml for days now, but I cannot seem to get it to work
(I am a noob with YAML btw).
I’ve consulted the config guide and the wiki’s.
Now the config is getting way too complex, but commenting out unnecessary parts (lists, extra filters, etc) does not seem to help getting rid of the error.

I’ve checked indentations over and over. What am i missing?

here’s the congfig.yml:

templates:
  tv:
    series:
      settings:
        identified_by: ep
        tracking: backfill
        sort_by:
          field: quality
          reverse: yes
        my group:
          quality: 720p-1080p h264 aac
      my group:
        - 'Alaska: The Last Frontier'
        - 'Alaskan Bush People'
        - 'Ash vs. Evil Dead'
        - 'Black Mirror'
        - 'Chernobyl'
        - 'Dark'
        - 'Dirk Gently s Holistic Detective Agency'
        - 'Doctor Who (2005)'
        - 'Downton Abbey'
        - 'Dual Survival'
        - 'Elementary'
        - 'Fear The Walking Dead'
        - 'Forged in Fire'
        - 'Gotham'
        - 'Grimm'
        - 'Killjoys'
        - 'Lost in Space'
        - 'Lucifer'
        - 'Mr Robot'
        - 'Philip K Dicks Electric Dreams'
        - 'Red Dwarf'
        - 'Review'
        - 'Rick and Morty'
        - 'Stan Against Evil'
        - 'Star Trek: Lower Decks'
        - 'Star Trek: Picard'
        - 'The Chilling Adventures of Sabrina'
        - 'The Mandalorian'
        - 'The Walking Dead'
        - 'The X Files'
        - 'Twin Peaks'
        - 'Westworld'
        - 'Workaholics'
        - 'Z Nation'

tasks:
  my task:
    template: tv
    discover:
      what:
        - next_series_episodes:
            from_start: yes 
            backfill: yes
      from:
        - rarbg:
            category: 41
            min_seeders: 1
            use_tvdb: yes
    max_reruns: 10

    deluge:
      host: *****
      port: *****
      username: *****
      password: *****
      path: /media/usb-drive/Partial-torrents/ 
      move_completed_path: /media/nas/Drive/tv-series/{{series_name}}/Season {{series_season}}
      queue_to_top: no

    notify:
      title: Downloading {{series_name}}
      message: Episode {{series_id}} added to queue
      via:
        - pushover:
            user_key:
              - ******************************
            api_key: ******************************
            device: mobile
            priority: 2
            sound: incoming
            retry: 60
            expire: 1000

schedules:
  - tasks: my task
      interval:
        days: 3

flexget check output:

2020-09-14 15:41:21 WARNING  check                         Config line 87 is likely missing ':' at the end
2020-09-14 15:41:21 VERBOSE  check                         Pre-checked 89 configuration lines
2020-09-14 15:41:21 CRITICAL manager                       mapping values are not allowed here in "<unicode string>", line 88, column 15: interval: ^

-------------------------------------------------------------------------------
 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 87, column 14

 Fault is almost always in this or previous line

2020-09-14 15:41:21 CRITICAL manager                       Failed to load config file: Config file is not valid YAML
Could not start manager: Config file is not valid YAML

flexget -V output:

3.1.71
You are on the latest release.

Running as daemon,btw

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles