mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14338] issue: Timeout when transcripting audio file in notes #17215
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 @GlisseManTV on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14338
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.10
Ollama Version (if applicable)
0.7.1
Operating System
Truenas Scale 24.10.2.2
Browser (if applicable)
Edge 136.0.3240.92
Confirmation
README.md.Expected Behavior
When upload a large audio file (or record it), I expect to have this file be transcripted even if the process take longer than 90seconds.

this :
until the end
Actual Behavior
When upload a large audio file (or record it), UI seems be resetted and file continue to be treated in the background but never appear on the notes UI.

this :
until 90seconds where I got this blank screen :
Steps to Reproduce
Logs & Screenshots
Edge logs
Additional Information
Using Python - faster_whisper from external server with dual rtx 3060
model = WhisperModel("medium", device="cuda", compute_type="float16")
(.........beam_size=5)
I tried to reduce quality of transcription (only for science) and I realize that the file is being processed well if it took less than 90seconds to be treated.
Obvisouly, it's not what I expect when I'm trying to take longer notes.
Also discussed a bit here :
Notes audio capture #13585
@tjbck commented on GitHub (May 26, 2025):
Known issue with Cloudflare, please adjust your reverse proxy timeout config.