[v7]: Error on Opening Module

Hi,

I am getting this error on entering a module name like “Accounts”, “Selling” on my v7 test account. I think its something related to the desktop icon settings since I have removed all the desktop icons from all users in my test account and I think because of this I am getting this below error:

Traceback (most recent call last):
  File "/home/aditya/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
    response = frappe.handler.handle()
  File "/home/aditya/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/aditya/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/aditya/frappe-bench/apps/frappe/frappe/__init__.py", line 875, in call
    return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

@adityaduggal,

Same issue occured to me too!!

Please check if the user has the permission to Accounts and Selling account.

Thanks, Makarand

Hello,
I am having this same error. Does anyone have solution to this?

I cannot access any module:
http://site1.local/desk#modules/Selling
…/desk#modules/HR
…/desk#modules/Accounts
…/desk#modules/CRM
etc

From the web.error.log
2016-08-01 05:32:22,139 - /home/frappe/frappe-bench/apps/frappe/frappe/app.py [ERROR]: Site: site1.local Form Dict: { "cmd": "frappe.desk.moduleview.get" } Request Error 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 879, in call return fn(*args, **newargs) TypeError: get() takes exactly 1 argument (0 given) 2016-08-01 05:32:22,147 - /home/frappe/frappe-bench/apps/frappe/frappe/utils/error.py [ERROR]: New Exception collected with id: 2016-08-01 05:32:22.140859-192.168.236.1-dc8

I have same error that appear sometimes when I click desk button !
Any solution ?!