Skip to content

Pipeline exception raised - only "Connection closed" since v0.8.12 #601

@mleguilloux

Description

@mleguilloux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions