mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15230] issue: Audio Upload Fails for Supported Formats (.webm, .wav) in v0.6.15 #17504
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 @ips972 on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15230
Originally assigned to: @jackthgu on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15 - cuda
Ollama Version (if applicable)
v0.9.2
Operating System
Ubuntu 22.04 LTS
Browser (if applicable)
Chrome 137.0.7151.104
Confirmation
README.md.Expected Behavior
Audio files recorded through the chat audio recording feature (e.g., in .webm format with opus codec) should upload and transcribe successfully without triggering unsupported format errors. Similarly, manually uploaded supported formats like .wav should be accepted without error.
Actual Behavior
On version v0.6.15, attempting to upload audio files (recorded or uploaded) results in the following error:
"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."
This issue was previously resolved in version v0.6.10 but has reappeared in v0.6.15.
Steps to Reproduce
Update to Open WebUI v0.6.15.
Use the chat audio recording feature to record a message (results in a .webm file with opus codec).
Submit the recording.
Observe the error message regarding unsupported file format.
Alternatively, attempt to upload a .wav file manually via the file upload interface.
Observe the same unsupported file format error.
Logs & Screenshots
From audio recording:
open_webui.routers.audio:transcription:920 - file.content_type: audio/webm;codecs=opus - {}
rom file upload:
INFO | open_webui.routers.files:upload_file:94 - file.content_type: audio/wav - {}
Additional Information
Configured Supported MIME Types in settings:
audio/mpeg, audio/wav, audio/ogg, audio/x-m4a, audio/webm
Saving these settings appears successful with no validation errors.
This issue is affecting users in production environments.
The issue appears to be a regression from the fix implemented in v0.6.10.
@jackthgu commented on GitHub (Jun 23, 2025):
Hello,
If possible, could you help us reproduce this error? It would be greatly appreciated if you could provide the related audio file.
Thank you!
@tjbck commented on GitHub (Jun 23, 2025):
#15136