mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #20018] issue: Generation cant stop after button pressed. #34592
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 @StandarterDF on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20018
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.41
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.02 Server
Browser (if applicable)
Chrome (Letest), Yandex Browser
Confirmation
README.md.Expected Behavior
After clicking on the "STOP" button, I expect my LM Studio to stop generating the query, but it continues until the model finishes generating.
Actual Behavior
It continues until the model finishes generating. The screen shows that the generation has been stopped. In other words, the Open Web UI does not disconnect from the Open AI API, but simply stops displaying it on the screen.
Steps to Reproduce
Logs & Screenshots
index.ts:910 Fetch finished loading: POST "http://192.168.0.250:8636/api/v1/chats/ea11f683-9e60-400e-b865-573ae6f0a3c3".
index.ts:120 Fetch finished loading: GET "http://192.168.0.250:8636/api/v1/chats/?page=1".
index.ts:369 Fetch finished loading: POST "http://192.168.0.250:8636/api/chat/completions".
index.ts:120 Fetch finished loading: GET "http://192.168.0.250:8636/api/v1/chats/?page=1".
index.ts:243 Fetch finished loading: POST "http://192.168.0.250:8636/api/tasks/stop/833355d7-be53-41eb-9a99-f7aa0712989f".
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 17, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#17058 issue: Response cannot be stopped after the tool is called
by EntropyYue • Aug 30, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19662 issue: Cannot logout properly
by man2004 • Dec 01, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#19877 issue:
by dotmobo • Dec 11, 2025 •
bugShow 5 more related issues
#17729 issue: generation does not continue after tool call if a client is not connected to the UI
by johnnyasantoss • Sep 25, 2025 •
bug#15375 issue: When my Open-WebUI generation exits directly without interruption midway, re-entering the dialog box will result in a loop on the loading screen.
by Frost2002 • Jun 28, 2025 •
bug#19047 issue: followup questions sometimes fail to generate
by avidwriter • Nov 08, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19187 issue: Image generation menu gone.
by calebrio02 • Nov 14, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@tjbck commented on GitHub (Dec 21, 2025):
Unable to reproduce