mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Audio not working properly #1703
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 @themw123 on GitHub (Aug 6, 2024).
Playing audio in chat and also in conversation/call does not work sometimes. I think the call mode causes this issue, because after it stops working in call mode it also fails when playing audio in chat. Often i have to reload the website and try it serveral times until it works again. Same problem on phone, restarting the chrome browser on Android helps to fix it.
I am using openedai-speech with piper which is hosted in docker. When trying it with postman it works, even after some time of inactivity.
Edit: In Chrome Browser i am getting the following error:
DOMException: Failed to loadall CallOverlay.svelte:379 because no supported source was found.
Environment
Open WebUI Version:
0.3.10
Operating System:
Windows 11, WSL 2, Docker
@themw123 commented on GitHub (Aug 8, 2024):
Did a fresh reinstall of open webui docker image and now everything works as aspected.