mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2919] wav audio transcription problem #13068
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 @Toasterme on GitHub (Jun 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2919
Bug Report
Description
I have switched the language to french and the audio to Google French and i have an error message, it cannot speak french.
Bug Summary:
[Provide a brief but clear summary of the bug]
Trying the audio language and i have this error :
Something went wrong :/ [Errno 1094995529] Invalid data found when processing input: '/app/backend/data/cache/audio/transcriptions/bcc8ab39-b93e-4a3a-b413-13d6a7fa8f2f.wav'
Steps to Reproduce:
switch language of the webui to french, and under Audio:
Default (whisper)
Autosend: activated
Api web
disabled
Google french
Allow non-local voices :activated
Expected Behavior:
i expect a french answer
Actual Behavior:
error message like i said and it answer something random in english
Environment
Open WebUI Version: v0.2.5
Ollama (if applicable): 0.1.42
Operating System: Ubuntu 23.10
Browser (if applicable): Chrome
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
Something went wrong :/ [Errno 1094995529] Invalid data found when processing input: '/app/backend/data/cache/audio/transcriptions/bcc8ab39-b93e-4a3a-b413-13d6a7fa8f2f.wav'
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
docker, so i have docker compose for just ollama and webui
Additional Information
n/a
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!