Problem With setup

We have very critical problem we can’t enter the setup this error appears,

2016-10-29 13:02:47,035 Request Error
site: site1.local
form: {‘cmd’: u’frappe.desk.moduleview.get’}

Traceback (innermost last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, 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 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)


2016-10-29 13:02:47,042 New Exception collected with id: 2016-10-29 13:02:47.038027-197.36.94.188-915
site: site1.local
form: {‘cmd’: u’frappe.desk.moduleview.get’}

Traceback (innermost last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, 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 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)


Please help

@Tarek_Esmail Please try updating your instance using ‘bench update’

The below post had a similar problem.

I have tested that but not solving the problem