@Emanuele_Sacchi wrote:
Lately I've been receiving a few of these errors, always from a specific task.
I'm pasting the log:
2017-03-03 11:12 VERBOSE task xxx ACCEPTED: `Gotham S03e03 [Mux - H264 - Ita Aac]` by series plugin because matches quality 2017-03-03 11:12 VERBOSE series xxx identified by is currently on `auto` for Blindspot. Multiple id types may be accepted until it locks in on the appropriate type. 2017-03-03 11:12 VERBOSE task xxx ACCEPTED: `Blindspot S02e14 [Mux - XviD - Ita Eng Mp3 - Sub Ita Eng]` by series plugin because matches quality 2017-03-03 11:12 VERBOSE series xxx identified by is currently on `auto` for 24 Legacy. Multiple id types may be accepted until it locks in on the appropriate type. 2017-03-03 11:12 VERBOSE series xxx Ignored `24 Legacy S01e01 [Mux 1080p - H264 - Ita Eng Ac3 - Sub Ita Eng]`. Does not meet quality requirement `<720p`. 2017-03-03 11:12 VERBOSE task xxx ACCEPTED: `24: Legacy S01e01 [Mux - H264 - Ita Aac]` by series plugin because matches quality 2017-03-03 11:12 INFO download xxx Downloading: 24: Legacy S01e01 [Mux - H264 - Ita Aac] 2017-03-03 11:12 INFO download xxx Downloading: Gotham S03e03 [Mux - H264 - Ita Aac] 2017-03-03 11:12 INFO download xxx Downloading: Blindspot S02e14 [Mux - XviD - Ita Eng Mp3 - Sub Ita Eng] 2017-03-03 11:12 VERBOSE details xxx Summary - Accepted: 3 (Rejected: 0 Undecided: 26 Failed: 0) 2017-03-03 11:13 ERROR set xxx Could not set content_filename for 24: Legacy S01e01 [Mux - H264 - Ita Aac]: (TypeError) object of type 'NoneType' has no len() 2017-03-03 11:13 CRITICAL task xxx BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None 2017-03-03 11:13 CRITICAL manager xxx An unexpected crash has occurred. Writing crash report to /home/pi/.flexget/crash_report.2017.03.03.111336423186.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.10 2017-03-03 11:13 WARNING task xxx Aborting task (plugin: transmission)
In my config file I refer to content_filename here:
content_filename: "{{tvdb_series_name|pathscrub|re_replace(' \\([0-9]*\\)','')}} {{tvdb_season}}x{{tvdb_episode|pad(2)}} - {{tvdb_ep_name|pathscrub}}"
What's the problem here?
Posts: 1
Participants: 1