[PR #96] [MERGED] fix: Invalid URL format, surrounding quotes does not match with regex #302

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/96
Author: @karaketir16
Created: 6/15/2024
Status: Merged
Merged: 6/17/2024
Merged by: @tjbck

Base: mainHead: patch-1


📝 Commits (1)

  • 6bab4f3 fix: surrounding quotes does not match with regex

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 start.sh (+3 -0)

📄 Description

The surrounding quotes do not match with the regex in the start.sh download.

I encountered this issue when I tried using Docker Compose with the following configuration:

environment:
  - PIPELINES_URLS="https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py"

The quotes caused an error.

pipelines     | Invalid URL format: "https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py"

I checked the Docker image python:3.11-slim-bookworm and it includes the sed command.


🔄 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/96 **Author:** [@karaketir16](https://github.com/karaketir16) **Created:** 6/15/2024 **Status:** ✅ Merged **Merged:** 6/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6bab4f3`](https://github.com/open-webui/pipelines/commit/6bab4f3ec78c8d1a4f22b361b048c57a6b4f2c5c) fix: surrounding quotes does not match with regex ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `start.sh` (+3 -0) </details> ### 📄 Description The surrounding quotes do not match with the regex in the `start.sh` download. I encountered this issue when I tried using Docker Compose with the following configuration: ```yaml environment: - PIPELINES_URLS="https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py" ``` The quotes caused an error. ``` pipelines | Invalid URL format: "https://github.com/open-webui/pipelines/blob/main/examples/filters/langfuse_filter_pipeline.py" ``` I checked the Docker image `python:3.11-slim-bookworm` and it includes the `sed` command. --- <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:00 -05:00
yindo closed this issue 2026-02-15 20:15:00 -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#302