Problem when open modules/Setup

Hello there ,
First of all setup icon dissapeared from desk and i try to enter it form direct link but face this pop up message

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)

Note : I already have the lastest version of frappe

how can i solve it … any help ?

I’m facing the similar problem with beta.erpnext.com now. Setup icon is absent on the desktop even though it’s ticked in the list.

Log 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 36, in execute_cmd ret = frappe.call(method, **frappe.form_dict) File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 860, in call return fn(*args, **newargs) TypeError: get() takes exactly 1 argument (0 given)

It is a problem with permissions

How does … I am administrator user ??

Oh, sorry but I had similar problem as System User and Administrator User didn’t have such problem. So, I just want to help.

In case of using beta.erpnext.com, demo user is not given full privileges hence the Setup access problem.