After changing the branch of both frappe and erpnext to master, I am not able to access three modules: Developer, Setup and File Manager. Even with the “developer_mode” set to 1 in site_config.json, nothing happens. However, when I access the modules directly, I get 'TypeError: get() takes exactly 1 argument (0 given)"
Traceback (innermost last):
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/apps/frappe-bench/apps/frappe/frappe/init.py”, line 806, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)
Thanks for the quick response. I was using supervisord and nginx in my setup before. I just stopped them and bench update and bench started, yet the three modules are not available.
Thanks ramielian, did as instructed by you. The bench restart stops and starts without any issue. However, I am still not able to get the three modules mentioned above.
Sorry, I took your question as if I am on the hosted plan or my private server. Unfortunately, the machine is not accessible outside our LAN. Thanks for your help though.
no errors are being shown. When I access the setup and core modules directly, i get the error mentioned earlier: TypeError: get() takes exactly 1 argument (0 given)