mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: Error messages non persistent #4572
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 @Xeroxxx on GitHub (Mar 26, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.5.20
Ollama Version (if applicable)
0.6.2-cuda
Operating System
Debian (Kubernetes Cluster)
Browser (if applicable)
Edge 136
Confirmation
README.md.Expected Behavior
When a Filter or Pipeline as Function raised a error message, it will be raised with "raise Exception("Rate limit exceeded. Please try again later.")"
The error message is displayed and should be displayed in the conversation.
Actual Behavior
The message raised will only be displayed once. After reloading/browser restart/relogin the message is non persistent and the conversaiton does not show the error message and keeps showing it loads the message.
Steps to Reproduce
Use any function that can raise an error/exception.
Raise an exception.
Refresh browser/relogging/restart browser
Switch to conversation.
Logs & Screenshots
See above. No error messages or non 200 HTTP Codes in Log.
Additional Information
No response
@tjbck commented on GitHub (Mar 28, 2025):
Addressed in dev!
@Xeroxxx commented on GitHub (Mar 28, 2025):
Thank you!!
Did you check with Pipelines as well? I remember just getting "Connection Lost" instead of the exception actual message. Sry forgot about that.