mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Stops polling/fetching response from model/ollama when switching to other chat or other part of window like Admin panel #2832
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 @navilg on GitHub (Nov 26, 2024).
Bug Report
Installation Method
[Describe the method you used to install the project, e.g., git clone, Docker, pip, etc.]
Docker as well as pip
Environment
Open WebUI Version: 0.4.1
Ollama (if applicable): 0.4.5
Operating System: Windows 11
Confirmation:
Expected Behavior:
When I send my prompt to model and till model doesnot respond back, and I switch to other chat, My prompt should not dissapear and it should continue polling for response from model.
Actual Behavior:
When I send my prompt to model and till model doesnot respond back, and I switch to other chat, When I return back to chat, My prompt is disappearing and also I do not see polling anymore. And I need to send prompt again and stay on the same chat until I get some response back from model.
Description
Bug Summary:
When I switch chat or when I switch to admin panel in same window while webui is waiting for response from model/ollama, My current prompt disappears and it also stops polling for response from model/ollama.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Nov 26, 2024):
#2647