Originally created by @lucyknada on GitHub (Apr 10, 2025).
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
enter #<youtube-link>
error appears
Logs & Screenshots
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).
### 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

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 2025-11-11 16:03:12 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @lucyknada on GitHub (Apr 10, 2025).
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!