[GH-ISSUE #8235] After the pipe response has ended, the chat interface remains in a state of waiting for the information stream #30577

Closed
opened 2026-04-25 04:48:48 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @danielaskdd on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8235

Bug Report

Installation Method

docker run -d -p 5023:8080 --restart unless-stopped
-v open-webui:/app/backend/data
--add-host=host.docker.internal:host-gateway
--name open-webui
--gpus all
-e WEBUI_NAME=znAI
-e GLOBAL_LOG_LEVEL="WARNING"
-e MAIN_LOG_LEVEL="WARNING"
-e MODELS_LOG_LEVEL="WARNING"
-e OLLAMA_LOG_LEVEL="WARNING"
-e OPENAI_LOG_LEVEL="WARNING"
-e RAG_LOG_LEVEL="WARNING"
-e LITELLM_LOG_LEVEL="WARNING"
-e TZ=Asia/Shanghai
ghcr.io/open-webui/open-webui:cuda

Environment

  • **Open WebUI Version: 0.5.2
  • **Operating System: Ubuntu 24.04.1

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on 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 the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

After pipe response ended, the Action icons show up following the respond message, and the Stop button become the Call button.

Actual Behavior:

Action icons not show up, and Stop button Still there until I pressed it.

Description

Bug Summary:

After the pipe response has ended, the chat interface remains in a state of waiting for the information stream. The Action icons not show up, and Stop button Still there until I pressed it.

Reproduction Details

  1. Install “SMART - Sequential Multi-Agent Reasoning Technique” (function id: smart_core) in official website.
  2. Eable the smart/core model
  3. Submit a query on any topic/content
  4. Wait till the respond end

Action icons not show up, and Stop button Still there until I pressed it.

Originally created by @danielaskdd on GitHub (Dec 31, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8235 # Bug Report ## Installation Method docker run -d -p 5023:8080 --restart unless-stopped \ -v open-webui:/app/backend/data \ --add-host=host.docker.internal:host-gateway \ --name open-webui \ --gpus all \ -e WEBUI_NAME=znAI \ -e GLOBAL_LOG_LEVEL="WARNING" \ -e MAIN_LOG_LEVEL="WARNING" \ -e MODELS_LOG_LEVEL="WARNING" \ -e OLLAMA_LOG_LEVEL="WARNING" \ -e OPENAI_LOG_LEVEL="WARNING" \ -e RAG_LOG_LEVEL="WARNING" \ -e LITELLM_LOG_LEVEL="WARNING" \ -e TZ=Asia/Shanghai \ ghcr.io/open-webui/open-webui:cuda ## Environment - **Open WebUI Version: 0.5.2 - **Operating System: Ubuntu 24.04.1 **Confirmation:** - [x] I have read and followed all the instructions provided in the README.md. - [x] I am on the latest version of both Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: After pipe response ended, the Action icons show up following the respond message, and the Stop button become the Call button. ## Actual Behavior: Action icons not show up, and Stop button Still there until I pressed it. ## Description **Bug Summary:** After the pipe response has ended, the chat interface remains in a state of waiting for the information stream. The Action icons not show up, and Stop button Still there until I pressed it. ## Reproduction Details 1. Install “SMART - Sequential Multi-Agent Reasoning Technique” (function id: smart_core) in official website. 2. Eable the smart/core model 3. Submit a query on any topic/content 4. Wait till the respond end Action icons not show up, and Stop button Still there until I pressed it.
Author
Owner

@tjbck commented on GitHub (Dec 31, 2024):

This should be resolved in dev.

<!-- gh-comment-id:2566710437 --> @tjbck commented on GitHub (Dec 31, 2024): This should be resolved in dev.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30577