mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17111] issue: chat loads forever without user feedback on Exception in inlet filter #18168
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 @destination-one on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17111
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.26
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When an exception in an inlet filter occurs, the error should be displayed like in i believe <=v0.6.22.
Actual Behavior
No error displayed, no visual feedback. The loading throbber/dot stays visible.
Error in Log: "Task exception was never retrieved"
Steps to Reproduce
have an inlet filter that throws an exception in some cases, simple example:
Logs & Screenshots
Additional Information
Release notes of v0.6.26 say "Chat Error Feedback Restored", but I am using v0.6.26 and it is not fixed.
Similarly, there is issue https://github.com/open-webui/open-webui/issues/16974 but the patch there does not fix it.
As workaround, I disabled what I believe is "Asynchronous Chat Payload Processing" which was added in v0.6.23:
This makes the error message appear as expected, but is not a good solution.
@tjbck commented on GitHub (Sep 1, 2025):
Should be addressed with
f56889c5c7in dev!@destination-one commented on GitHub (Sep 1, 2025):
Well, that was fast.
Since we're on main applied the patch, and it's fixed.
Thanks!