Skip to content

Instantly share code, notes, and snippets.

Created June 13, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/108020e2667539e6f43d to your computer and use it in GitHub Desktop.
Save anonymous/108020e2667539e6f43d to your computer and use it in GitHub Desktop.
Traceback (innermost last):
File "/home/christopher/frappe-bench/apps/frappe/frappe/app.py", line 49, in application
response = frappe.api.handle()
File "/home/christopher/frappe-bench/apps/frappe/frappe/api.py", line 42, in handle
return frappe.handler.handle()
File "/home/christopher/frappe-bench/apps/frappe/frappe/handler.py", line 66, in handle
execute_cmd(cmd)
File "/home/christopher/frappe-bench/apps/frappe/frappe/handler.py", line 84, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 495, in call
return fn(*args, **newargs)
File "/home/christopher/frappe-bench/apps/website_chat/website_chat/templates/pages/chat.py", line 15, in get_agent_status
ignore_permissions=True, limit_page_length=1):
File "/home/christopher/frappe-bench/apps/frappe/frappe/__init__.py", line 559, in get_list
ignore_permissions=ignore_permissions)
File "/home/christopher/frappe-bench/apps/frappe/frappe/model/db_query.py", line 26, in execute
raise frappe.PermissionError
PermissionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment