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

Need some help about IRC

$
0
0

@NigaiRemonNoNioi wrote:

hi, i'm setting IRC on flexget today, but got some problem, here is my config:

templates:
  atdl:
    deluge: 
     password: '**********'
     path: '/home/user/downloads'
irc:
  irc_cool_tracker:
    tracker_file: '/home/user/tracker/PassThePopcorn.tracker'
    nickname: '*********' 
    nickserv_password: '******************'
    port: 7000
    rsskey: '*************************'
    task_re:
      - task: getatdl
        patterns:
          - regexp: 'true'
            field: irc_freeleech
          - regexp: 1080p|BDRip|WEB\-DL|WEB|BluRay|Blu\-Ray|x265|x264|MKV
            field: irc_releaseTags
    channels: ["#ptp-announce"]
tasks:
  getatdl:
    manual: yes
    if:
      - irc_releaseTags in ['drama', 'documentary', 'war', 'history']: accept
    template: atdl

and when i run "flexget execute --tasks getatdl" command, it give me this:

2019-02-28 19:19 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2019-02-28 19:19 WARNING task getatdl Task doesn't have any input plugins, you should add (at least) one!
2019-02-28 19:19 WARNING details getatdl Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2019-02-28 19:19 VERBOSE details getatdl Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

what's wrong about my config? any help would appreciate it, thanks!

EDIT: i changed config to this, and get same warning just like before:

irc:
  PassThePopcorn:
    server: 'irc.passthepopcorn.me'
    port: 7000
    use_ssl: yes
    nickname: '*******************'
    nickserv_password: '***********************'
    channels: '#ptp-announce'
    invite_message: '/msg Hummingbird ENTER ******** **********************'
    tracker_file: '/home/*************/tracker/PassThePopcorn.tracker'
    authkey: '**************************************'
    torrent_pass: '*******************************'
    task_re:
      - task: PassThePopcorn
        patterns:
          - regexp: 'true'
            field: irc_freeleech
          - regexp: 1080p|BDRip|WEB\-DL|WEB|BluRay|Blu\-Ray|x265|x264|MKV
            field: irc_category
tasks:
  PassThePopcorn:
    manual: yes
    if:
      - irc_releaseTags in ['drama', 'documentary', 'war', 'history']: accept
    deluge: 
     password: '********************'
     path: '/home/**********/downloads'
schedules:
  - tasks: PassThePopcorn
    interval:
      minutes: 1

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles