New error with Bench update

Hi,

I ran bench update on a client today and it went through without giving errors. While logging in, I am getting this following error.

Traceback (most recent call last):
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/handler.py”, line 40, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py”, line 897, in call
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/core/page/desktop/desktop.py”, line 21, in get_help_messages
messages += frappe.get_attr(fn)()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/init.py”, line 877, in get_attr
methodname = method_string.split(‘.’)[-1]
AttributeError: ‘module’ object has no attribute ‘get_help_messages’

Can you please check if erpnext repository also gets pulled successfully?

Hi @nabinhait,

When I ran bench update, I did not encounter any issues. I am getting this error only when I am logging in. Also, when I click on close on this error, I am able to get on with my work, like creating and submitting invoices etc.

Do I need to run git pull on erpnext or something?