mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12060] issue: Exception in ASGI application #31985
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BhavanaSBhat on GitHub (Mar 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12060
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.19
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
We are experiencing recurring "Exception in ASGI application" errors in our OpenWebUI deployment on Google Cloud Compute Engine. The errors specifically occur in the inspect_websocket endpoint, causing websocket connections to fail.
Technical Context:
Environment: Google Cloud Compute Engine
Application: OpenWebUI with LiteLM integration
Error Location: inspect_websocket endpoint
Error Type: ASGI application exception
Actual Behavior
Error shouldn't be occurred.
Steps to Reproduce
As it is occurring randomly we need to investigate what is the cause of this issue.
Logs & Screenshots
Additional Information
No response