How to sort out Server Error

Can anyone share how to sort out this error…?

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

Hi Sethu0702,

How did you receive this error? What versions of ERPNext/Frappe are you running? It will be easier for people to help you if you have as much relevant information as possible.

Also, format your Tracebacks and codes by selecting the text and choosing the Pre-Formatted Text( </> ) button in the editor.

Thanks!

In addition, please provide the full traceback all the way to the initial command you tried to run.

Closing this for now. If unresolved, contact a moderator.