2bdf77a Fix 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/11911
**Author:** [@diwakar-s-maurya](https://github.com/diwakar-s-maurya)
**Created:** 3/20/2025
**Status:** ✅ Merged
**Merged:** 3/20/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`2bdf77a`](https://github.com/open-webui/open-webui/commit/2bdf77a726e2ce69de5511fcf702227bd6371a32) Fix error message propagate from pipelines
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/routers/pipelines.py` (+2 -2)
</details>
### 📄 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

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.