@Merwenus wrote:
I'm getting this error everytime Flexget tries to download the same file over and over again, how can I remove/prevent from downloading this? Or how can I fix this error? OF course tvdb_season is undefined, it is an OVA, it does not have a season, why did it even grab this file without season/episode in the filename?
2018-08-19 08:00 INFO transmission Anime "[Naruto-Kun.Hu] Boruto - Naruto Next Generations - 068 [720p].mp4" torrent added to transmission 2018-08-19 08:00 ERROR set Anime Could not set content_filename for [Naruto-Kun.Hu] Boruto - Naruto Next Generations OVA [720p].mp4: (UndefinedError) 'tvdb_season' is undefined 2018-08-19 08:00 CRITICAL task Anime BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None 2018-08-19 08:00 CRITICAL manager Anime An unexpected crash has occurred. Writing crash report to /home/flexget/crash_report.2018.08.19.080010956710.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.14.15
Log says:
2018-08-19 08:00 ERROR set Anime Could not set content_filename for [Naruto-Kun.Hu] Boruto - Naruto Next Generations OVA [720p].mp4: (UndefinedError) 'tvdb_season' is undefined
2018-08-19 08:00 CRITICAL task Anime BUG: Unhandled error in plugin transmission: Trying to render non string template or unrecognized template format, got None
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 486, in _runplugin
return method(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 303, in on_task_output
self.add_to_transmission(self.client, task, config)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 392, in add_to_transmission
options = self.maketorrent_options_dict(config, entry)
File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/clients/transmission.py", line 374, in maketorrent_options_dict
post['content_filename'] = entry.render(opt_dic['content_filename'])
File "/usr/local/lib/python2.7/dist-packages/flexget/entry.py", line 292, in render
'Trying to render non string template or unrecognized template format, got %s' % repr(template))
ValueError: Trying to render non string template or unrecognized template format, got None
Posts: 1
Participants: 1