-
Notifications
You must be signed in to change notification settings - Fork 482
Unhandled error in plugin argenteam #2351
Copy link
Copy link
Closed
Description
Expected behavior:
Actual behavior:
It gets the list of shows from Trakt and starts searching for each show using the plug-ins. It then crashes.
Steps to reproduce:
- Step 1: It happens every time it runs.
Config:
variables: secrets.yml
templates:
tv:
configure_series:
settings:
quality: 720p+
identified_by: ep
from:
trakt_list:
account: "{? trakt.account ?}"
list: "{? trakt.series ?}"
type: shows
reject:
regexp:
reject:
- \b(s|d)ub(s|bed|lado|titulado)?\b
- \bhc\b
- \bdual\b
- \b3d\b
- \bfre(nch)?\b
- \bita(lian)?\b
- \bspa(nish)?\b
- \bger(man)?\b
- \bcastellano\b
- \brus(sian)?\b
- \btamil\b
- \bhindi\b
- \bh265\b
- \bx265\b
content_filter:
reject:
- '*.rar'
- '*.zip'
- '*.exe'
place_torrent:
utorrent:
url: "{? utorrent.url ?}"
username: "{? utorrent.user ?}"
password: "{? utorrent.pass ?}"
path: "{? utorrent.path ?}"
pushbullet:
notify:
entries:
title: "[flexget] Downloading"
message: "{{title}}"
via:
- pushbullet:
api_key: "{? pushbullet.api ?}"
tasks:
follow show from ep:
seen: local
trakt_list:
account: "{? trakt.account ?}"
list: "{? trakt.series ?}"
type: episodes
accept_all: yes
set_series_begin: yes
list_remove:
- trakt_list:
account: "{? trakt.account ?}"
list: "{? trakt.series ?}"
type: episodes
list_add:
- trakt_list:
account: "{? trakt.account ?}"
list: "{? trakt.series ?}"
type: shows
get shows:
template:
- tv
- reject
- place_torrent
- pushbullet
discover:
what:
- next_series_episodes:
from_start: yes
from:
- piratebay:
category: highres tv
- limetorrents:
category: tv
- rarbg:
category: [1, 18, 41, 49]
- argenteam:
force_subtitles: no
Log:
(click to expand)
Debug Log - https://pastebin.com/bTr4qX6a
2019-03-16 05:40 VERBOSE trakt_list get shows Retrieving `shows` list `720p_list`
2019-03-16 05:40 VERBOSE discover get shows Discovering 26 titles ...
2019-03-16 05:40 INFO discover get shows Ignoring interval because of --discover-now
2019-03-16 05:40 INFO task get shows Plugin next_series_episodes has requested task to be ran again after execution has completed. Reason: Look for next season
2019-03-16 05:40 VERBOSE discover get shows The Big Bang Theory (2007) S12E18 hasn't been released yet (Expected: 2019-04-04 00:00:00)
2019-03-16 05:40 VERBOSE discover get shows Modern Family (2009) S10E18 hasn't been released yet (Expected: 2019-03-20 00:00:00)
2019-03-16 05:40 VERBOSE discover get shows Game of Thrones (2011) S08E01 hasn't been released yet (Expected: 2019-04-14 00:00:00)
2019-03-16 05:40 VERBOSE discover get shows The Goldbergs (2013) S06E19 hasn't been released yet (Expected: 2019-03-20 00:00:00)
2019-03-16 05:40 VERBOSE discover get shows Schooled (2019) S01E09 hasn't been released yet (Expected: 2019-03-20 00:00:00)
2019-03-16 05:41 VERBOSE discover get shows Searching for `Shameless (2011) S04E04` with plugin `piratebay` (1 of 10)
2019-03-16 05:41 VERBOSE discover get shows Searching for `Shameless (2011) S04E04` with plugin `limetorrents` (1 of 10)
2019-03-16 05:41 VERBOSE discover get shows Searching for `Shameless (2011) S04E04` with plugin `rarbg` (1 of 10)
2019-03-16 05:41 VERBOSE discover get shows Searching for `Shameless (2011) S04E04` with plugin `argenteam` (1 of 10)
2019-03-16 05:41 CRITICAL task get shows BUG: Unhandled error in plugin discover: list index out of range
2019-03-16 05:41 CRITICAL manager get shows An unexpected crash has occurred. Writing crash report to C:\Users\Amishman\flexget\crash_report.2019.03.16.054135803000.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.20.12
2019-03-16 05:41 WARNING task get shows Aborting task (plugin: discover)
Additional information:
- FlexGet version: 2.20.12
- Python version: 2.7.13
- Installation method: pip
- Using daemon (yes/no): no
- OS and version: Windows 7 Pro
- Link to crash log:
crash_report.2019.03.16.054135803000.log
Reactions are currently unavailable