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

Irc bot config problems

$
0
0

@phixion wrote:

Hello, just discovered flexget comes with an irc_bot plugin.

Here is my config:

irc:
  alpharatio:
    server: 'irc.alpharatio.cc'
    port: 7000
    use_ssl: yes
    nickname: '<NICK>'
    nickserv_password: '<PASS>'
    channels: '#announce'
    invite_message: '/msg Voyager enter <IRC KEY>'
    tracker_file: '/home/<USER>/.config/flexget/trackers/AlphaRatio.tracker'
    authkey: '<AUTH KEY>'
    torrent_pass: '<TORRENT PASS>'
    task_re:
      alpharatio:
        - regexp: 'tvhd'
          field: category
        - regexp: 'true'
          field: scene
    deluge:
      host: 'localhost'
      port: <PORT>
      username: '<USERNAME>'
      password: '<PASSWORD>'

Here are the errors I'm getting:

2018-11-02 22:29 CRITICAL manager                       [/irc/alpharatio/deluge] Got `{u'username': u'deluge', u'host': u'localhost', u'password': u'<PASSWORD>', u'port': <PORT>}`,expected: string
2018-11-02 22:29 CRITICAL manager                       [/irc/alpharatio/task_re] Got `{u'alpharatio': [{u'regexp': u'tvhd', u'field': u'category'}, {u'regexp': u'true', u'field': u'scene'}]}`, expected: list
2018-11-02 22:29 CRITICAL manager                       Failed to load config file: Did not pass schema validation.
Could not start manager: Did not pass schema validation.

Is there anything glaringly obvious?

Many thanks.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles