mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #21454] issue: TypeScript .ts uploads mis-detected as video/vnd.dlna.mpeg-tts and rejected (“File type … not supported for processing”) #35015
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 @johannesrmer on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21454
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.1 (latest)
Ollama Version (if applicable)
No response
Operating System
Winddows 11
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
On an upload of a ***.ts file it is processed as every other text based file.
Actual Behavior
Typescript files ***.ts are rejected with this warning: "File type video/vnd.dlna.mpeg-tts is not supported for processing". Typescript files are mis-detected as video/vnd.dlna.mpeg-tts files.
Steps to Reproduce
console.log("hello");Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Feb 22, 2026):
Addressed in dev.
@Classic298 commented on GitHub (Feb 22, 2026):
f651809001