If you run into issues launching the dashboard, connecting your microphone, or getting Yumi's voice outputs, follow this comprehensive troubleshooting registry.
🛠️ Windows Issues
Error: KMP_DUPLICATE_LIB_OK
- Symptom: The backend terminal crashes instantly on start, complaining about multiple OpenMP runtimes being loaded.
- Cause:
faster-whisperand other ML packages (like Intel MKL or PyTorch) import duplicate OpenMP instances. - The Fix: Ensure the environment variable is declared in your shell before starting.
- PowerShell:
$env:KMP_DUPLICATE_LIB_OK="TRUE" - Command Prompt:
set KMP_DUPLICATE_LIB_OK=TRUE
- PowerShell:
Keyring Connection Blocked
- Symptom: CLI crashes with a permission error when saving or getting API keys.
- The Fix: Right-click your terminal emulator (e.g. PowerShell) and run it as a standard user (not Administrator). Windows Credential Manager sometimes locks access to administrative terminals for security.
🎙️ Microphone & Audio Issues
Speech Not Detected ([Voice Activity Detected] is missing)
- Symptom: You talk to Yumi but nothing happens, and your terminal console does not register speech.
- The Fix:
- Verify that your default system recording device is unmuted and capturing audio.
- If running inside a browser overlay (like OBS or Custom Chrome), ensure that browser page has been granted Microphone Access.
- Click the WebUI pink button "Connect & Start Audio Context" to ensure the WebSocket pipeline wakes up.
🔑 API & Secret Keys Issues
Authentication Failures (ElevenLabs or Groq)
- Symptom: Subtitles show error messages or Yumi responds with fallback dialogue.
- The Fix:
- API keys are saved in your OS Keychain, not in
.envfiles. - Re-run the configuration wizard to overwrite corrupt keys:
yumi --config - Select Configure Senses and re-paste your active credentials.
- API keys are saved in your OS Keychain, not in
Proceed to the Performance Tuning page to reduce latency!