mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10772] Hello, I've encountered an issue while using OpenWebUI. When the content of my inquiry includes code commands, it becomes unable to send the request. Upon examining the logs, clicking the 'Send Message' button doesn't elicit any reque… #16027
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 @homestoo on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10772
Hello, I encountered an issue while using OpenWebUI. When the content of my query does not include code commands, subsequent questions are processed normally. However, when the query contains code, it seems unable to send the request. Upon checking the logs, I noticed that clicking the "Send Message" button does not trigger any request response.
Upon reviewing the logs, there is no response upon clicking the "Send Message" button. I have tested this with 4o-mini, o3-mini, deepseek-r1, and deepseek-chat, and all exhibit the same behavior. The requests can be sent and responses received as expected when using plain text instead.
In a pure text context, sending requests and receiving content in replies is functioning correctly.
I've tested the API interface with other clients, and it functions properly, including consecutive inquiries containing code. Therefore, I believe there might be a minor bug in OpenWebUI.
Question:
How to check the disk read and write speeds, as well as memory usage on a Linux server?