[GH-ISSUE #12678] bug: (youtube transcript) 'FetchedTranscriptSnippet' object is not subscriptable #55346

Closed
opened 2026-05-05 17:28:11 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @lucyknada on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12678

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.6.2 (latest)

Ollama Version (if applicable)

No response

Operating System

Debian

Browser (if applicable)

Firefox

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have listed steps to reproduce the bug in detail.

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

  1. enter #<youtube-link>
  2. error appears

Logs & Screenshots

Image

request is returned as 400 with:

{"detail":"[ERROR: 'FetchedTranscriptSnippet' object is not subscriptable]"}

when it posts to: /api/v1/retrieval/process/youtube

Additional Information

No response

Originally created by @lucyknada on GitHub (Apr 10, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/12678 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version v0.6.2 (latest) ### Ollama Version (if applicable) _No response_ ### Operating System Debian ### Browser (if applicable) Firefox ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have listed steps to reproduce the bug in detail. ### 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 1. enter `#<youtube-link>` 2. error appears ### Logs & Screenshots ![Image](https://github.com/user-attachments/assets/828be4b8-e290-4705-85f9-f40a9734bdcd) request is returned as 400 with: ``` {"detail":"[ERROR: 'FetchedTranscriptSnippet' object is not subscriptable]"} ``` when it posts to: /api/v1/retrieval/process/youtube ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-05 17:28:11 -05:00
Author
Owner

@lucyknada commented on GitHub (Apr 10, 2025):

PRing a fix shortly

<!-- gh-comment-id:2791597909 --> @lucyknada commented on GitHub (Apr 10, 2025): PRing a fix shortly
Author
Owner

@lucyknada commented on GitHub (Apr 10, 2025):

https://github.com/open-webui/open-webui/pull/12680

<!-- gh-comment-id:2791600640 --> @lucyknada commented on GitHub (Apr 10, 2025): https://github.com/open-webui/open-webui/pull/12680
Author
Owner

@tjbck commented on GitHub (Apr 10, 2025):

Thanks!

<!-- gh-comment-id:2794310905 --> @tjbck commented on GitHub (Apr 10, 2025): Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#55346