[PR #128] [MERGED] Fix: Add proper exception handling to langfuse filter pipeline #317

Closed
opened 2026-02-15 20:15:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/128
Author: @Meeeee6623
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @tjbck

Base: mainHead: catch-langfuse-auth-error


📝 Commits (1)

  • 5e73b27 Add proper exception handling to langfuse filter pipeline

📊 Changes

1 file changed (+15 additions, -7 deletions)

View changed files

📝 examples/filters/langfuse_filter_pipeline.py (+15 -7)

📄 Description

The example Langfuse filter pipeline had unhandled exceptions on startup when checking the auth state, which led the pipelines server to keep restarting when the Langfuse filter was loaded with the incorrect API keys.


🔄 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/pipelines/pull/128 **Author:** [@Meeeee6623](https://github.com/Meeeee6623) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `catch-langfuse-auth-error` --- ### 📝 Commits (1) - [`5e73b27`](https://github.com/open-webui/pipelines/commit/5e73b279d5c7838ac479d490c39b8d0469dd2d69) Add proper exception handling to langfuse filter pipeline ### 📊 Changes **1 file changed** (+15 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/filters/langfuse_filter_pipeline.py` (+15 -7) </details> ### 📄 Description The example Langfuse filter pipeline had unhandled exceptions on startup when checking the auth state, which led the pipelines server to keep restarting when the Langfuse filter was loaded with the incorrect API keys. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:04 -05:00
yindo closed this issue 2026-02-15 20:15:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#317