mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #9104] Websocket error in 0.5.7 #54050
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 @chemwolf6922 on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9104
Installation Method
docker with redis web socket.
Environment
Open WebUI Version: 0.5.7
Ollama (if applicable): N/A
Operating System: N/A
Browser (if applicable): N/A
Confirmation:
Expected Behavior:
The completion should success.
Actual Behavior:
The completion failed with a stream error.
Description
Bug Summary:
After updating to 0.5.7, I'm facing loads of stream errors and incomplete chats. I have enabled websocket support. But the problems persist. I can confirm websocket usage in the debug console.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
Why is open-webui resending the whole content of the current result every time? I'm not sure if this is related to the proble. But this is a problem.
Docker Container Logs:
N/A
Screenshots/Screen Recordings (if applicable):

This is when the compeletion ends. Which is not normal.
Additional Information
N/A
@tjbck commented on GitHub (Jan 30, 2025):
#8074
@chemwolf6922 commented on GitHub (Jan 30, 2025):
I have set up websocket. Websocket is working. I'm not using a reverse proxy.
I think you may want to take another look at this.
@tjbck