Server Error
Traceback (most recent call last):
File "apps/frappe/frappe/handler.py", line 75, in execute_cmd
method = get_attr(cmd)
File "apps/frappe/frappe/handler.py", line 266, in get_attr
method = frappe.get_attr(cmd)
File "apps/frappe/frappe/__init__.py", line 1605, in get_attr
throw(_("App {0} is not installed").format(app_name), AppNotInstalledError)
File "apps/frappe/frappe/__init__.py", line 548, in throw
msgprint(
File "apps/frappe/frappe/__init__.py", line 509, in msgprint
_raise_exception()
File "apps/frappe/frappe/__init__.py", line 455, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.AppNotInstalledError: App journeys is not installed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 97, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 55, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 48, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 77, in execute_cmd
frappe.throw(_("Failed to get method for command {0} with {1}").format(cmd, e))
File "apps/frappe/frappe/__init__.py", line 548, in throw
msgprint(
File "apps/frappe/frappe/__init__.py", line 509, in msgprint
_raise_exception()
File "apps/frappe/frappe/__init__.py", line 455, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Failed to get method for command journeys.users.forms with App journeys is not installed
Status: 417