mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20087] issue: Audio transcript broken at 0.6.42 #34609
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 @zilingzhang on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20087
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.42
Ollama Version (if applicable)
No response
Operating System
ubuntu 24.04
Browser (if applicable)
Chrome 143
Confirmation
README.md.Expected Behavior
ASR works correctly.
Actual Behavior
Open webui throws a "Oops! It seems like the file format you're trying to upload is not supported. Please upload a file with a supported format and try again."
Steps to Reproduce
Logs & Screenshots
2025-12-22 01:18:02.545 | ERROR | open_webui.utils.misc:strict_match_mime_type:637 - Failed to match mime type audio/wav: list
index out of range - {"trace_id": "c016792302aae3dcd1280b95bf3df0e1", "span_id": "ee98aa5b31424c78"}
Traceback (most recent call last):
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 22, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19877 issue:
by dotmobo • Dec 11, 2025 •
bug#19861 issue:
by QuitHub • Dec 10, 2025 •
bugShow 5 more related issues
#19417 issue: v0.6.37 SQL Error
by AKHYP • Nov 24, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug#18145 issue: 0.6.33 regression
by Ark-Levy • Oct 08, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@spammenotinoz commented on GitHub (Dec 22, 2025):
Same, bug introduced in 0.6.42
2025-12-22 12:50:39.727 | ERROR | open_webui.utils.misc:strict_match_mime_type:637 - Failed to match mime type audio/wav: list index out of range
There is a workaround,
In Admin Settings, set Supported MIME Types = audio/wav
Appears the defaults have been lost.
@spammenotinoz commented on GitHub (Dec 22, 2025):
Unsure what the defaults were but these also fix the issue, while covering more audio types.
audio/*
or
audio/mpeg, audio/wav, audio/ogg, audio/x-m4a
@i-iooi-i commented on GitHub (Dec 22, 2025):
Had the same problem
@firestrife23 commented on GitHub (Dec 22, 2025):
Following, having same issues as above.
@ALIENvsROBOT commented on GitHub (Dec 22, 2025):
@tjbck could you please fix it. The latest version has the same issue !