mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #12678] bug: (youtube transcript) 'FetchedTranscriptSnippet' object is not subscriptable #119991
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?
Originally created by @lucyknada on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12678
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.2 (latest)
Ollama Version (if applicable)
No response
Operating System
Debian
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
youtube transcriptions still work
Actual Behavior
any youtube video that's pulled in via
#<link>macro now just returns[ERROR: 'FetchedTranscriptSnippet' object is not subscriptable]Steps to Reproduce
#<youtube-link>Logs & Screenshots
request is returned as 400 with:
when it posts to: /api/v1/retrieval/process/youtube
Additional Information
No response
@lucyknada commented on GitHub (Apr 10, 2025):
PRing a fix shortly
@lucyknada commented on GitHub (Apr 10, 2025):
https://github.com/open-webui/open-webui/pull/12680
@tjbck commented on GitHub (Apr 10, 2025):
Thanks!