Since the release V0.8.12, exception messages raised are no longer propagated to the client for pipeline "rate_limit_filter_pipeline.py".
Previously, an exception was raised (raise Exception ("Rate limit exceeded. Please try again later.") and the message was visible in the UI or API response.
Since v0.8.12, the client only receives a generic "connection closed" message, this appears to be a regression introduced in or after version 0.8.12.
The exception message should be returned or logged as before
It also seems that this is not the first time exception handling has regressed in OpenWebUI.
A similar issue regarding exceptions and error propagation was reported previously (see related issue : [https://github.com//issues/474])
Any help would be appreciated.
Since the release V0.8.12, exception messages raised are no longer propagated to the client for pipeline "rate_limit_filter_pipeline.py".
Previously, an exception was raised (raise Exception ("Rate limit exceeded. Please try again later.") and the message was visible in the UI or API response.
Since v0.8.12, the client only receives a generic "connection closed" message, this appears to be a regression introduced in or after version 0.8.12.
The exception message should be returned or logged as before
It also seems that this is not the first time exception handling has regressed in OpenWebUI.
A similar issue regarding exceptions and error propagation was reported previously (see related issue : [https://github.com//issues/474])
Any help would be appreciated.