Unable to open custom app , getting error

Hi All ,

I’m getting this error when opening my custom app .

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

Please do help me.

Thanks in advance,
Ragav

check the attributes in your doctypes and modules,…

did you create the app / module/doctype from the UI or from the source code?

Can you specify what steps you’ve taken so far?

Extremely sorry for the late rep , I lost internet connectivity .

bench new-app
bench use site1.local
bench --site site1.local install-app myapp

Extremely sorry for the late rep , I lost internet connectivity .I created the app from the source code