-
Notifications
You must be signed in to change notification settings - Fork 481
Unhandled error in plugin duplicates: u'tvdb_ep_id' #1972
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
Should not crash. Should give duplicates.
Actual behaviour:
Crashes.
Steps to reproduce:
- Step 1:
Configure task against TV folder with tvdb-lookup and accept tvdb_ep_id. - Step 2
Run task. - Step 3
Crash
Config:
duplicate-tv:
manual: yes
seen: no
filesystem:
path:
- /storage/tv
regexp: '.*\.(avi|mkv|mp4)$'
recursive: true
retrieve: files
regexp:
reject:
- sample
thetvdb_lookup: yes
duplicates:
field: tvdb_ep_id
action: accept
make_html:
file: ~/duplicates-tv.html
Log:
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.713.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.712.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.710.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.711.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.714.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.708.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 VERBOSE task duplicate-tv REJECTED: `sad.men.709.720p-dimension.sample` by regexp plugin because regexp 'sample' matched field 'title'
2017-09-25 07:22 CRITICAL task duplicate-tv BUG: Unhandled error in plugin duplicates: u'tvdb_ep_id'
2017-09-25 07:22 CRITICAL manager duplicate-tv An unexpected crash has occurred. Writing crash report to /home/woop/.config/flexget/crash_report.2017.09.25.072246068958.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.10.93
2017-09-25 07:22 WARNING task duplicate-tv Aborting task (plugin: duplicates)
Additional information:
- FlexGet version: 2.10.93
- Python version: 2.7.6
- Installation method: pip
- Using daemon (yes/no): yes
- OS and version: Ubuntu 16.04.3 LTS, kernel 4.4.0-93-generic
- Link to crash log: https://pastebin.com/J02iQevx
Reactions are currently unavailable