[Bug] Local Whisper fails to download/load models if Windows Username contains spaces (e.g., "HAL 9000") #24
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
python:uv
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dikka/murmur#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
When trying to use local Whisper transcription,
it immediately fails with 'local whisper rejected the request. The selected model may be unavailable'.
The logs show it cannot find the path.
The issue is that the application does not wrap the Windows folder paths in quotes (" "),
breaking execution when the username contains spaces (e.g., C:\Users\HAL 9000...).
Manually placing the model in the folder
doesn't fix it as the backend engine crashes trying to read the unquoted path.