Hi,
For the past 8 days that I see the same error in the log.
frappe.email.doctype.auto_email_report.auto_email_report.send_daily
{‘retry’: 0, ‘log’: <function log at 0x36550c8>, ‘site’: u’[edited domain out]‘, ‘event’: u’daily’, ‘method_name’: u’frappe.email.doctype.auto_email_report.auto_email_report.send_daily’, ‘method’: <function send_daily at 0x3eb96e0>, ‘user’: u’Administrator’, ‘kwargs’: {}, ‘async’: True, ‘job_name’: u’frappe.email.doctype.auto_email_report.auto_email_report.send_daily’}
Traceback (most recent call last):
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/utils/background_jobs.py”, line 92, in execute_job
method(**kwargs)
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 180, in send_daily
auto_email_report.send()
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 120, in send
frappe.throw(_(“Please set filters value in Report Filter table.”))
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/init.py”, line 319, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/init.py”, line 309, in msgprint
_raise_exception()
File “/home/frappe/benches/bench-2017-11-28/apps/frappe/frappe/init.py”, line 282, in _raise_exception
raise raise_exception(encode(msg))
ValidationError: Please set filters value in Report Filter table.
This is a ERP cloud instance… hope this is the right place to submit the error.
Thank you for the great work ERPnext teem been putting forward!