mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
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/12680
Author: @lucyknada
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
bc29554fix [GH-ISSUE #1898] feat: lite version (frontend only) (#12678)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/open_webui/retrieval/loaders/youtube.py(+1 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch. (Assuming 'dev' is the target, adjust if needed)Changelog Entry
Description
TypeErrorwhen processing transcript pieces fetched from theyoutube_transcript_api. The code incorrectly used dictionary-style access (["text"]) instead of attribute access (.text) forFetchedTranscriptSnippetobjects.Added
Changed
Deprecated
Removed
Fixed
transcript_piece.text) forFetchedTranscriptSnippetobjects, resolving aTypeError.Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.