[PR #11911] [MERGED] fix: error message propagation from filter-pipeline #9611

Closed
opened 2025-11-11 18:26:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: patch-1


📝 Commits (1)

  • 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.

Screenshots or Videos


🔄 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 ![image](https://github.com/user-attachments/assets/f4ffc924-8660-4d47-bdaf-5a3b0c4f3587) - After For filter https://github.com/open-webui/pipelines/blob/main/examples/filters/rate_limit_filter_pipeline.py ![image](https://github.com/user-attachments/assets/e44e0bc6-7752-4652-944f-d1ab88c1ed01) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:26:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#9611