mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #9131] [MERGED] fix: Add error catching for function pip install issues #9119
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/9131
Author: @westbrook-ai
Created: 1/30/2025
Status: ✅ Merged
Merged: 1/30/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (2)
48c2fb0fix: Add error catching for function pip install issues124fdccMerge branch 'open-webui:dev' into dev📊 Changes
1 file changed (+9 additions, -4 deletions)
View changed files
📝
backend/open_webui/utils/plugin.py(+9 -4)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
Adds error catching and logging to the
install_frontmatter_requirementsfunction inutils/plugin.py.Fixed
utils/plugin.pyAdditional Information
I am running into errors like such on my Open WebUI deployment:
The goal of this PR is to attempt to catch any failures in function requirements downloads to prevent crashes, and to get a log when issues occur on this step so they can be investigated further.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.