@buzzqw wrote:
Hi all
Flexget keep giving lots of crash log about sending mail.
it worked flawlessly for mounth.. then start crashing hundreds of time per day since recent updates2016-02-29 12:44 CRITICAL task ilfattoTNT1 BUG: Unhandled error in plugin email: Template not found: default.template (email) 2016-02-29 12:44 CRITICAL manager ilfattoTNT1 An unexpected crash has occurred. Writing crash report to /home/andres/crash_report.2016.02.29.124456548350.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 1.2.464 2016-02-29 12:44 WARNING task ilfattoTNT1 Aborting task (plugin: email) 2016-02-29 12:44 CRITICAL task ilfattoTNT1 BUG: Unhandled error in plugin email: Template not found: default.template (email) Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 438, in __run_plugin return method(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 22, in __call__ return self.func(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/output/send_email.py", line 277, in on_task_abort self.on_task_output(task, config) File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/output/send_email.py", line 259, in on_task_output content = render_from_task(get_template(config['template'], 'email'), task) File "/usr/local/lib/python2.7/dist-packages/flexget/utils/template.py", line 174, in get_template raise ValueError('Template not found: %s (%s)' % (templatename, pluginname)) ValueError: Template not found: default.template (email)
snippet from config (only in this few line email is configured)
global: download: /mulo/Downloads/FlexGet cookies: ~/cookies.sqlite headers: Cookie: "nick=xxxxx; pass=xxxxxxxx" email: from: xxxxxxx@gmail.com to: xxxxxxxx@gmail.com smtp_host: smtp.gmail.com smtp_port: 587 smtp_username: xxxxxxxxxx smtp_password: xxxxxxxxx smtp_tls: yes download: /mulo/Downloads/FlexGet verify_ssl_certificates: no
flexget is fully update
thanks
BHH
Posts: 3
Participants: 3