[GH-ISSUE #20018] issue: Generation cant stop after button pressed. #122374

Closed
opened 2026-05-21 01:02:08 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @StandarterDF on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20018

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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

  1. docker run -d -p 8636:8080 -e OPENAI_API_KEY=LM_Studio -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
  2. Set up Direct Connection (http://192.168.0.124:1234/v1)
  3. Try to send message and press stop button (Any see for any Open AI API monitor)

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

Originally created by @StandarterDF on GitHub (Dec 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/20018 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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 1. docker run -d -p 8636:8080 -e OPENAI_API_KEY=LM_Studio -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:latest 2. Set up Direct Connection (http://192.168.0.124:1234/v1) 3. Try to send message and press stop button (Any see for any Open AI API monitor) ### 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_
GiteaMirror added the bug label 2026-05-21 01:02:08 -05:00
Author
Owner

@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:

  1. #17058 issue: Response cannot be stopped after the tool is called
    by EntropyYue • Aug 30, 2025 • bug

  2. #19777 issue:
    by Yaute7 • Dec 05, 2025 • bug

  3. #19662 issue: Cannot logout properly
    by man2004 • Dec 01, 2025 • bug

  4. #19864 issue:
    by Haervwe • Dec 10, 2025 • bug

  5. #19877 issue:
    by dotmobo • Dec 11, 2025 • bug

Show 5 more related issues
  1. #17729 issue: generation does not continue after tool call if a client is not connected to the UI
    by johnnyasantoss • Sep 25, 2025 • bug

  2. #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

  3. #19047 issue: followup questions sometimes fail to generate
    by avidwriter • Nov 08, 2025 • bug

  4. #19563 issue:
    by naruto7g • Nov 28, 2025 • bug

  5. #19187 issue: Image generation menu gone.
    by calebrio02 • Nov 14, 2025 • bug


💡 Tips:

  • If this is a duplicate, please consider closing this issue and adding any additional details to the existing one
  • If you found a solution in any of these issues, please share it here to help others

This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.

<!-- gh-comment-id:3666970548 --> @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: 1. [#17058](https://github.com/open-webui/open-webui/issues/17058) **issue: Response cannot be stopped after the tool is called** *by EntropyYue • Aug 30, 2025 • `bug`* 2. [#19777](https://github.com/open-webui/open-webui/issues/19777) **issue:** *by Yaute7 • Dec 05, 2025 • `bug`* 3. [#19662](https://github.com/open-webui/open-webui/issues/19662) **issue: Cannot logout properly** *by man2004 • Dec 01, 2025 • `bug`* 4. [#19864](https://github.com/open-webui/open-webui/issues/19864) **issue:** *by Haervwe • Dec 10, 2025 • `bug`* 5. [#19877](https://github.com/open-webui/open-webui/issues/19877) **issue:** *by dotmobo • Dec 11, 2025 • `bug`* <details> <summary>Show 5 more related issues</summary> 6. [#17729](https://github.com/open-webui/open-webui/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`* 7. [#15375](https://github.com/open-webui/open-webui/issues/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`* 8. [#19047](https://github.com/open-webui/open-webui/issues/19047) **issue: followup questions sometimes fail to generate** *by avidwriter • Nov 08, 2025 • `bug`* 9. [#19563](https://github.com/open-webui/open-webui/issues/19563) **issue:** *by naruto7g • Nov 28, 2025 • `bug`* 10. [#19187](https://github.com/open-webui/open-webui/issues/19187) **issue: Image generation menu gone.** *by calebrio02 • Nov 14, 2025 • `bug`* </details> --- 💡 **Tips:** - If this is a duplicate, please consider closing this issue and adding any additional details to the existing one - If you found a solution in any of these issues, please share it here to help others *This comment was generated automatically by a bot.* Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
Author
Owner

@tjbck commented on GitHub (Dec 21, 2025):

Unable to reproduce

<!-- gh-comment-id:3678604477 --> @tjbck commented on GitHub (Dec 21, 2025): Unable to reproduce
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#122374