Dashboard & Filter related errors

Hi @nabinhait,

Updated to newer version of ERPNext.

erpnext 7.2.1
frappe 7.2.1

After that getting below errors related to dashboard and filters in all the module. Manual filtering or through default behavior.

Error 1:

traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 30, in execute_cmd
try:
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 114, in get_attr
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 870, in get_attr
app_name = method_string.split(“.”)[0]
AttributeError: ‘module’ object has no attribute ‘get_sidebar_stats’


Error 2:

traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 30, in execute_cmd
try:
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 114, in get_attr
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 870, in get_attr
app_name = method_string.split(“.”)[0]
AttributeError: ‘module’ object has no attribute ‘get_filter_dashboard_data’

is this related to custom filters? Please verify.

Thanks,
Vasudevan

Sorry @nabinhait, Seems to be environment issue caused by update failure. I will check and update again.

Thanks,
Vasudevan