After the latest ErpNext update to version 14.25.0 I’m unable to access Desk. Here’s the taceback. can anyone please help
Preformatted text
Traceback (most recent call last):
File “apps/frappe/frappe/www/app.py”, line 28, in get_context
boot = frappe.sessions.get()
File “apps/frappe/frappe/sessions.py”, line 190, in get
frappe.get_attr(hook)(bootinfo=bootinfo)
File “apps/frappe/frappe/init.py”, line 1597, in get_attr
return getattr(get_module(modulename), methodname)
File “apps/frappe/frappe/init.py”, line 1327, in get_module
return importlib.import_module(modulename)
File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1050, in _gcd_import
File “”, line 1027, in _find_and_load
File “”, line 1006, in _find_and_load_unlocked
File “”, line 688, in _load_unlocked
File “”, line 883, in exec_module
File “”, line 241, in _call_with_frames_removed
File “apps/frappe/frappe/utils/telemetry.py”, line 8, in
from posthog import Posthog
ModuleNotFoundError: No module named ‘posthog’
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “apps/frappe/frappe/website/serve.py”, line 18, in get_response
response = renderer_instance.render()
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 84, in render
html = self.get_html()
File “apps/frappe/frappe/website/utils.py”, line 510, in cache_html_decorator
html = func(*args, **kwargs)
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 95, in get_html
self.update_context()
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 163, in update_context
data = self.run_pymodule_method(“get_context”)
File “apps/frappe/frappe/website/page_renderers/template_page.py”, line 225, in run_pymodule_method
return method(self.context)
File “apps/frappe/frappe/www/app.py”, line 30, in get_context
raise frappe.SessionBootFailed from e
frappe.exceptions.SessionBootFailed