Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Notify Telegram not passing on schema validation

$
0
0

@vindeamim wrote:

I have this task:

  get_series:
    inputs:
      - rss: '{? rss.showrss_all ?}'
      - rss: '{? rss.rarbg_series ?}'
    headers:
      Referer: "http://torcache.net/"
    configure_series:
      from:
        trakt_list:
          username: '{? trakt.username ?}'
          list: '{? trakt.list ?}'
          type: shows
          strip_dates: yes
      settings:
        identified_by: ep
        quality: <720p hdtv !xvid !h265
        tracking: backfill
        from_group:
          - killers
          - lol
          - asap
          - fum
          - fleet
          - tla
    exists_series: '{? paths.tvshows_folder ?}'
    verify_ssl_certificates: no
    transmission:
      host: '{? transmission.host ?}'
      port: 9091
      username: '{? transmission.user ?}'
      password: '{? transmission.password ?}'
      path: '{? paths.tvshows_download_folder ?}'
      addpaused: no
    clean_transmission:
      host: '{? transmission.host ?}'
      port: 9091
      username: '{? transmission.user ?}'
      password: '{? transmission.password ?}'
      finished_for: 30 minutes
    notify:
      entries:
        message: Notification body.
        what: accepted
        via:
          - telegram:
            bot_token: '{? telegram.token ?}'
            parse_mode: markdown
            recipients:
              - username: '{? telegram.recipients.username ?}'

But, it still complaining about Notify and Telegram.

$ flexget --test execute
2017-01-25 18:56 INFO     manager                       Test mode, creating a copy from database ...
2017-01-25 18:56 INFO     manager                       Test database created
2017-01-25 18:57 CRITICAL manager                       [/tasks/get_series/notify/entries/via/0] The keys `bot_token`, `parse_mode`, `recipients` are not valid here. Only known plugin names are valid keys.
2017-01-25 18:57 CRITICAL manager                       [/tasks/get_series/notify/entries/via/0/telegram] Got `None`, expected: dict
2017-01-25 18:52 CRITICAL manager                       [/tasks/get_series/notify/entries/via/0] Plugin options indented 2 more spaces than the first letter of the plugin name.
2017-01-25 18:57 CRITICAL manager                       Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles