-
Notifications
You must be signed in to change notification settings - Fork 481
Flexget 2.18.5 - Python 3.7.2 - Plugin flexget.plugins.cli.pending_list failed to import dependencies #2304
Copy link
Copy link
Closed
Description
Expected behaviour:
No module not found error
Actual behaviour:
2019-01-19 11:46 CRITICAL plugin Plugin `flexget.plugins.cli.pending_list` failed to import dependencies Traceback (most recent call last): File "/home/thalamus/flexget/lib64/python3.7/site-packages/flexget/plugin.py", line 396, in _load_plugins_from_dirs __import__(module_name) File "/home/thalamus/flexget/lib64/python3.7/site-packages/flexget/plugins/cli/pending_list.py", line 10, in <module> from event import event ModuleNotFoundError: No module named 'event'
Steps to reproduce:
Updated to Flexget 2.18.5.
Ran flexget execute
Error occurs, but flexget keeps executing.
This is clearly related to 86c1e8e as it didn't occur in 2.18.4.
Config:
(click to expand)
templates:
tv:
transmission: yes
notify:
entries:
via:
- ifttt:
event: torrent_added
keys:
- xxxxxxxxxxxxxxxxxx
abort:
via:
- ifttt:
event: flexget_abort
keys:
- xxxxxxxxxxxxxxxxxxx
thetvdb_lookup: yes
exists_series:
path: '/storage/Transmission/TV/{{ tvdb_series_name }}'
allow_different_qualities: better
series:
settings:
shows:
timeframe: 24 hours
target: 1080p+ webrip+
upgrade: yes
set:
path: '/storage/Transmission/TV/{{ tvdb_series_name }}'
ratio: 1.50
shows:
- Chicago Fire
- Chicago PD
- Chicago Med
- Homeland
- QI
- Mr. Robot
tasks:
kat1 feed:
html: https://kickasstorrents.to/user/EZTVag/
template: tv
kat2 feed:
html: https://kickasstorrents.to/user/EtHD/
template: tv
rarbg feed:
rss:
url: https://www.rarbg.to/rssdd.php?category[]=41
all_entries: no
template: tv
search series:
template: tv
discover:
what:
- next_series_episodes: yes
from:
- rarbg:
category: [18,41,49]
use_tvdb: true
- piratebay:
category: tv
interval: 30 minutes
Log:
(click to expand)
$ flexget execute
2019-01-19 11:58 CRITICAL plugin Plugin `flexget.plugins.cli.pending_list` failed to import dependencies
Traceback (most recent call last):
File "/home/thalamus/flexget/lib64/python3.7/site-packages/flexget/plugin.py", line 396, in _load_plugins_from_dirs
__import__(module_name)
File "/home/thalamus/flexget/lib64/python3.7/site-packages/flexget/plugins/cli/pending_list.py", line 10, in <module>
from event import event
ModuleNotFoundError: No module named 'event'
2019-01-19 11:58 VERBOSE task_queue There are 4 tasks to execute. Shutdown will commence when they have completed.
2019-01-19 11:58 VERBOSE html kat1 feed Requesting: https://kickasstorrents.to/user/EZTVag/
2019-01-19 11:58 VERBOSE html kat1 feed Response: 200 (OK)
2019-01-19 11:58 VERBOSE details kat1 feed Produced 135 entries.
2019-01-19 11:58 VERBOSE parser_internal kat1 feed No data supplied to parse.
2019-01-19 11:58 VERBOSE details kat1 feed Summary - Accepted: 0 (Rejected: 0 Undecided: 135 Failed: 0)
2019-01-19 11:58 VERBOSE html kat2 feed Requesting: https://kickasstorrents.to/user/EtHD/
2019-01-19 11:58 VERBOSE html kat2 feed Response: 200 (OK)
2019-01-19 11:58 VERBOSE details kat2 feed Produced 135 entries.
2019-01-19 11:58 VERBOSE parser_internal kat2 feed No data supplied to parse.
2019-01-19 11:58 VERBOSE parser_internal kat2 feed Title `Halloween At Aunt Ethels 2018 1080p WEBRip DDP2 0 x264-FGT EtHD` looks like series `Halloween At Aunt Ethels 2018 1080p Webrip Ddp2` but cannot find a(n) `ep` style identifier.
2019-01-19 11:58 VERBOSE parser_internal kat2 feed Title `Reincarnation 2018 1080p WEBRip AAC2 0 x264-FGT EtHD` looks like series `Reincarnation 2018 1080p Webrip Aac2` but cannot find a(n) `ep` style identifier.
2019-01-19 11:58 VERBOSE details kat2 feed Summary - Accepted: 0 (Rejected: 0 Undecided: 135 Failed: 0)
2019-01-19 11:58 VERBOSE rss rarbg feed Not processing entries from last run.
2019-01-19 11:58 VERBOSE backlog rarbg feed Added 1 entries from backlog
2019-01-19 11:58 VERBOSE details rarbg feed Produced 1 entries.
2019-01-19 11:58 INFO series rarbg feed `QI`: timeframe waiting for 11h:39min. Currently best is `QI.S16E11.720p.iP.WEBRip.AAC2.0.H264-BTW[rartv]`.
2019-01-19 11:58 VERBOSE details rarbg feed Summary - Accepted: 0 (Rejected: 0 Undecided: 1 Failed: 0)
2019-01-19 11:58 VERBOSE discover search series Discovering 6 titles ...
2019-01-19 11:58 INFO task search series Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-01-19 11:58 VERBOSE discover search series Discover interval of 30 minutes not met for 6 entries. Use --discover-now to override.
2019-01-19 11:58 VERBOSE details search series Task didn't produce any entries.
2019-01-19 11:58 VERBOSE details search series Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2019-01-19 11:58 INFO task search series Rerunning the task in case better resolution can be achieved.
2019-01-19 11:58 VERBOSE discover search series Discovering 5 titles ...
2019-01-19 11:58 VERBOSE details search series Task didn't produce any entries.
2019-01-19 11:58 VERBOSE details search series Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
Additional information:
- FlexGet version: 2.18.5
- Python version: 3.7.2
- Installation method: virtualenv
- Using daemon (yes/no): no
- OS and version: Fedora 29
- Link to crash log: None generated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels