mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16223] issue: Network error but model still streams text #56495
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 @OracleToes on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16223
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.18 (latest)
Ollama Version (if applicable)
0.10.1
Operating System
Arch
Browser (if applicable)
Firefox and Floorp (firefox based), this issue is not happening with chrome, or on brave on mobile (also chrome based). All latest versions
Confirmation
README.md.Expected Behavior
You write a message in the chat, and expect to get a reply without errors.
Actual Behavior
When using firefox or a firefox based browser to use open-webui, most of the time, submitting a message in the chat will return
TypeError: NetworkError when attempting to fetch resource.but moments later, the text box starts streaming tokens from the server. When this error occours, you can no longer stop the text generation early, because webui thinks it aborted, the stop button is gone.Steps to Reproduce
ollama serveopen-webui servefrom activated webui venvTypeError: NetworkError when attempting to fetch resource.it should appear before the model starts reasoning or respondingLogs & Screenshots
There was only one log in the browser, and i'm not using docker so nothing to post there.
This log is already present before i even run the query:
[tiptap warn]: Duplicate extension names found: ['codeBlock', 'bulletList', 'listItem', 'listKeymap', 'orderedList']. This can lead to issues.
Additional Information
in the screenshot provided, the
thinking...section is working, if you expand that, the text is still being streamed to it, and it will finish that thought and complete the request. but as you can see in the bottom right, there is a headphones icon instead of a stop icon, which is normally there when it is behaving normally.If i've missed anything submitting this issue, please forgive me, and let me know what else I should submit.
@tjbck commented on GitHub (Aug 2, 2025):
Hmm, we're unable to reproduce, keep us updated!