Skip to content

--inject running non stop, without being called and on all tasks? #1422

@Nihim

Description

@Nihim
  • Flexget Version: 2.3.33
  • Python Version: 2.7.9
  • Installation method: virtualenv
  • OS and version: Debian 8.6

Before 2016-09-23 11:22 you can see the normal behavior. --inject is called once every 5min up to multiple hours. At that date I stopped & upgraded flexget. As you can see afterwards it runs 2-4 times per minute. Also seems it's accessing all other tasks in random, outside from the one it normally should. I don't remember till which version it worked normally, but when I saw this behavior was running 2.3.32, upgrading to 2.3.33 didn't change anything.

--inject is called from a script via:

system('exec .psources/flexget/bin/flexget execute --tasks Horrible --inject "$title" "$link" >/dev/null 2>&1');

Log:

2016-09-22 23:32 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-22 23:38 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 00:57 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 01:57 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 02:42 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 02:47 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 02:59 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 09:22 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 10:42 INFO     download      NyaaTorrents    Downloading: [Hatsuyuki-Kaitou]_Fairy_Tail_2_-_58_(233)_[720p_BD][8bit][A403F48D].mp4



2016-09-23 11:22 INFO     manager                       Daemon shutdown requested. Shutdown will commence when currently running task (if any) has finished executing.
2016-09-23 11:25 WARNING  check                         Config line 2 is likely missing ':' at the end
2016-09-23 11:25 WARNING  check                         Config line 5 is likely missing ':' at the end
2016-09-23 11:25 WARNING  check                         Config line 8 is likely missing ':' at the end
2016-09-23 11:25 WARNING  check                         Config line 11 is likely missing ':' at the end
2016-09-23 11:25 WARNING  check                         Config line 14 is likely missing ':' at the end
2016-09-23 11:25 VERBOSE  check                         Pre-checked 1204 configuration lines
2016-09-23 11:25 VERBOSE  check                         Checking config file `/.flexget/config.yml`
2016-09-23 11:25 VERBOSE  check                         Config passed check.
2016-09-23 11:29 INFO     manager                       Daemonizing...
2016-09-23 11:29 INFO     manager                       Daemonize complete. New PID: 901
2016-09-23 11:29 INFO     webui                         Not starting webui as it's disabled or not set in the config
2016-09-23 11:29 INFO     scheduler                     Starting scheduler
2016-09-23 11:39 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:39 INFO     download      Horrible        Downloading: [HorribleSubs] Battery - 11 [1080p].mkv
2016-09-23 11:39 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:39 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:39 INFO     download      Horrible        Downloading: [HorribleSubs] Battery - 11 [720p].mkv
2016-09-23 11:39 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:39 INFO     download      Horrible        Downloading: [HorribleSubs] Battery - 11 [480p].mkv
2016-09-23 11:40 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:40 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:40 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:40 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:40 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:41 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:42 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:42 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:42 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:43 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:44 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:44 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:44 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:44 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:45 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:46 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:46 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:46 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:46 INFO     task          TokyoTosho      Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:47 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:48 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:48 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:48 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:48 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:48 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:49 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:50 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:50 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:50 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:51 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:52 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:52 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:52 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:52 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:53 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:54 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:54 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:54 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:55 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:56 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:56 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:56 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:56 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:56 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:57 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:58 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:58 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:58 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 11:59 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:00 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:00 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:00 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:00 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:01 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:01 INFO     task          TokyoTosho      Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:02 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:02 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:02 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:03 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:04 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:04 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:04 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:04 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:04 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:05 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-23 12:06 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)

Continues like that till current time.

Debug Log:

I saw that the below was running only when it should

2016-09-25 16:40 INFO     ipc.rpyc                      accepted 127.0.0.1:port
2016-09-25 16:40 INFO     ipc.rpyc                      [127.0.0.1]:port authenticated successfully
2016-09-25 16:40 INFO     ipc.rpyc                      welcome [127.0.0.1]:port (key')
2016-09-25 16:40 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [AnimeRG] Handa-kun Complete [Eng Sub] [720p] link.torrent` for client.

but Plugin rss is not executed because input phase is disabled (e.g. --test) kept popping up by itself multiple times per minute.

Config Tasks:

schedules:
  - tasks: [Horrible]
    interval:
      minutes: 1
  - tasks: [NyaaTorrents, Hor_mag]
    interval:
      minutes: 2
  - tasks: [Doki]
    interval:
      minutes: 4
  - tasks: [BSS]
    interval:
      minutes: 8
  - tasks: [TokyoTosho]
    interval:
      minutes: 15

Debug Log showing inject calls and the plugin rss disabled lines:

2016-09-25 16:40 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [AnimeRG] Handa-kun Complete [Eng Sub] [720p] http://animerg.se/uploads/torrents/anime/333/25f5829152bfb2f84bd7580fd506b420dd6658ae-Handa-Kun-Complete-[Eng-Subbed].torrent` for client.
2016-09-25 16:41 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [HorribleSubs] Tales of Zestiria the X - 12 [480p].mkv http://www.nyaa.se/?page=download&tid=853540` for client.
2016-09-25 16:42 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:42 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:42 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:42 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:42 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [BudLightSubs] Tales of Zestiria the X - 12 [720p].mkv http://www.nyaa.se/?page=download&tid=853545` for client.
2016-09-25 16:43 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 DEBUG    apscheduler.scheduler                 Next wakeup is due at 2016-09-25 16:45:17.438256+02:00 (in 59.949951 seconds)
2016-09-25 16:44 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:44 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [AnimeRG] Food Wars Shokugeki no Soma Season 2 Complete [720p] [Multi Subbed] http://animerg.se/uploads/torrents/anime/338/b2ce0c42a46faed5df31c8dd284ce2cb19b699da-Shokugeki-no-Souma-Ni-no-Sara-Complete-[Multi-Subbed].torrent` for client.
2016-09-25 16:44 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:45 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:46 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:46 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:46 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:46 INFO     task          TokyoTosho      Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:47 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [AnimeRG] Rewrite Complete [720p] [Multi Subbed] http://animerg.se/uploads/torrents/anime/372/d55e05de9f2d92c2930d63b676708eced2a69395-Rewrite-Complete-[Multi-Subbed].torrent` for client.
2016-09-25 16:47 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:48 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:48 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:48 INFO     task          Doki            Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:49 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:49 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject [HorribleSubs] Tales of Zestiria the X - 12 [720p].mkv http://www.nyaa.se/?page=download&tid=853549` for client.
2016-09-25 16:49 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:50 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:50 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:50 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:51 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 VERBOSE  ipc                           Running command `execute --tasks Horrible --inject Rewrite 01-13 https://www.nyaa.se/?page=download&tid=853550` for client.
2016-09-25 16:52 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 INFO     task          NyaaTorrents    Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 INFO     task          Hor_mag         Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:52 INFO     task          BSS             Plugin rss is not executed because input phase is disabled (e.g. --test)
2016-09-25 16:53 INFO     task          Horrible        Plugin rss is not executed because input phase is disabled (e.g. --test)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions