mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #11911] [MERGED] fix: error message propagation from filter-pipeline #9611
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/11911
Author: @diwakar-s-maurya
Created: 3/20/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
2bdf77aFix error message propagate from pipelines📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/open_webui/routers/pipelines.py(+2 -2)📄 Description
Changelog Entry
Fix error message propagation from filter-pipeline
Description
Error message returned from filter-pipeline was not being shown on UI. It always showed "Connection closed".
With this fix it will show the error message on the UI from the filter-pipeline properly.
Screenshots or Videos
Before

After

For filter https://github.com/open-webui/pipelines/blob/main/examples/filters/rate_limit_filter_pipeline.py
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.