mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #15136] issue: After updating to version 0.6.15, the voice settings display an 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. #56147
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 @homestoo on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15136
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Voice settings after updating to version 0.6.15, Supported MIME Types
When audio/mpeg is set, an error message appears: 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.
Actual Behavior
Supported MIME Types
Even though audio/mpeg is set, the system still defaults to audio/wav for voice mode, and this setting seems to have no effect. Additionally, when no parameters are set by default, an error message appears: 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-06-19 11:47:38.365 | INFO | uvicorn.protocols.http.httptools_impl:send:476 -:0 - "POST /api/v1/folders/69543baf-426e-4e7d-b2f2-3173c58f3c1f/update/expanded HTTP/1.1" 200 - {}
2025-06-19 11:47:44.790 | INFO | open_webui.routers.audio:transcription:920 - file.content_type: audio/wav - {}
2025-06-19 11:47:44.791 | INFO | uvicorn.protocols.http.httptools_impl:send:476 -:0 - "POST /api/v1/audio/transcriptions HTTP/1.1" 400 - {}
Additional Information
No response
@tjbck commented on GitHub (Jun 19, 2025):
This should be addressed in the latest dev, confirmation wanted here.
@the-hydra commented on GitHub (Jun 20, 2025):
Can confirm a pull from commit
a21519f8f2addresses the issue@Notbici commented on GitHub (Jun 22, 2025):
This impacts me too, I use the pypi repo with UVX.. how do I use the dev branch, the fix has been available but not in main branch yet :/
@Jiminigrist commented on GitHub (Jun 23, 2025):
Bump.
Same issue. Will
a21519fget rolled out soon in a update?@the-hydra commented on GitHub (Jun 23, 2025):
Just switch and pull the dev branch. I'm using a Proxmox LXC version and just logged into the console, went to the root dir - in my case /opt/open-webui. GIT switched to dev branch and repulled.
@hdnh2006 commented on GitHub (Jun 23, 2025):
and Did it work to you @the-hydra ?
@hdnh2006 commented on GitHub (Jun 23, 2025):
I can confirm I am facing the same issue
@BackSpace54 commented on GitHub (Jun 23, 2025):
Temporary workaround for Audio files:
audio/mpeg, audio/wav, audio/ogg, audio/x-m4a, audio/webmin Supported MIME TypesDo the trick for me.
@the-hydra commented on GitHub (Jun 23, 2025):
Yes. Pulling the latest dev branch commits resolved this issue for me.
@IMJONEZZ commented on GitHub (Jun 23, 2025):
Copying those file formats doesn't work for me unfortunately. For context, I have it set to use distil-large-v3 for local faster-whisper, but I'm getting that same "Oops" file fomat not supported error.
@Jiminigrist commented on GitHub (Jun 25, 2025):
Tried this easy fix, but didn't work. Have not tried to pull dev.
@Notbici commented on GitHub (Jun 25, 2025):
It didnt work for me either, only solution was dev branch.
@ips972 commented on GitHub (Jun 25, 2025):
doesn't work.
didn't work for me, using this image:
image: ghcr.io/open-webui/open-webui:cuda
how do i pull dev image? what do i put in image: ?????
@ips972 commented on GitHub (Jun 26, 2025):
goto setings menu /admin/settings/audio
paste this into your audio settings windows and it will fix the error until its fixed in later release:
audio/mpeg,audio/wav,audio/ogg,audio/x-m4a,audio/webm,audio/webm;codecs=opus
fixed it for me!
@safeerraees commented on GitHub (Jun 26, 2025):
Using dev branch or adding audio formats don't work for me
@VanceVagell commented on GitHub (Jun 27, 2025):
This worked for me as well. I copy pasted the exact text from your suggestion.
@hdnh2006 commented on GitHub (Jun 27, 2025):
I can confirm this worked for me.
@Jiminigrist commented on GitHub (Jun 27, 2025):
Ditto, this cut and pasted worked for me too. Thank you for the help! Greatly appreciated.
@IMJONEZZ commented on GitHub (Jun 29, 2025):
This did not fix it for me, unfortunately. I still get the unsupported file format issue. Using distil-large-v3, I wish the people for whom it worked would add which model/method they're using that this worked for.
@Notbici commented on GitHub (Jun 29, 2025):
Jesus this is the slowest hotfix to exist.. I've been using the dev branch the whole time while people complain about that workaround..
@lustfeind commented on GitHub (Jun 30, 2025):
Not working at M1 mac
@David62215 commented on GitHub (Jun 30, 2025):
It's not working for me either. I'm running it on a Debian 12 server inside a Docker container. I pulled the :dev branch and copied the setup, but I’m still getting this 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."
@LeiTi34 commented on GitHub (Jul 1, 2025):
I noticed, the input is space sensitive therefore this works for me:
audio/mpeg,audio/wav,audio/ogg,audio/x-m4a,audio/webm,audio/webm;codecs=opus,audio/webm; codecs=opus,audio/webm@ghanymoteleb commented on GitHub (Jul 4, 2025):
Worked for me on M1 Pro. Thanks!
@CodeAstronomer commented on GitHub (Jul 5, 2025):
It worked for me on my Debian 12 Server