-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
On windows 11 under WSL-Debian I have issues installing optional sound.
However I can play sound from command line without any issue:
ptoth@EPHUBUDW019DDeb:~/ws/playground$
aplay /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
I get the following error:
ptoth@EPHUBUDW019DDeb:~/ws/playground$
codemie install claude --sounds --verbose
[DEBUG] [system] [] Verbose mode enabled
🔍 Verbose mode enabled - showing detailed logs
[DEBUG] [system] [] [opencode-adapter] Registered processor: opencode-metrics (priority: 1)
[DEBUG] [system] [] [opencode-adapter] Registered processor: opencode-conversations (priority: 2)
[DEBUG] [system] [] [opencode-adapter] Initialized 2 processors
[DEBUG] [system] [] [claude-adapter] Registered processor: metrics (priority: 1)
[DEBUG] [system] [] [claude-adapter] Registered processor: conversations (priority: 2)
[DEBUG] [system] [] [claude-adapter] Initialized 2 processors
[DEBUG] [system] [] [claude-adapter] Registered processor: metrics (priority: 1)
[DEBUG] [system] [] [claude-adapter] Registered processor: conversations (priority: 2)
[DEBUG] [system] [] [claude-adapter] Initialized 2 processors
[DEBUG] [system] [] [gemini-adapter] Registered processor: gemini-metrics (priority: 1)
[DEBUG] [system] [] [gemini-adapter] Registered processor: gemini-conversations (priority: 2)
[DEBUG] [system] [] [gemini-adapter] Initialized 2 processors
[DEBUG] [system] [] [opencode-adapter] Registered processor: opencode-metrics (priority: 1)
[DEBUG] [system] [] [opencode-adapter] Registered processor: opencode-conversations (priority: 2)
[DEBUG] [system] [] [opencode-adapter] Initialized 2 processors
[DEBUG] [system] [] Checking version compatibility {
agent: 'claude',
installedVersion: '2.1.56',
supportedVersion: '2.1.56',
minimumSupportedVersion: '2.1.41'
}
[DEBUG] [system] [] Version comparison result {
agent: 'claude',
comparison: 0,
installedVersion: '2.1.56',
supportedVersion: '2.1.56',
minimumSupportedVersion: '2.1.41',
compatible: true,
isNewer: false,
hasUpdate: false,
isBelowMinimum: false
}
Claude Code v2.1.56 is already installed
⠋ Checking audio player...[DEBUG] [system] [] Audio player not available {
player: 'afplay',
feature: 'sounds',
error: 'Failed to execute command: spawn command ENOENT'
}
[DEBUG] [system] [] Audio player not available {
player: 'aplay',
feature: 'sounds',
error: 'Failed to execute command: spawn command ENOENT'
}
[DEBUG] [system] [] Audio player not available {
player: 'paplay',
feature: 'sounds',
error: 'Failed to execute command: spawn command ENOENT'
}
[DEBUG] [system] [] Audio player not available {
player: 'mpg123',
feature: 'sounds',
error: 'Failed to execute command: spawn command ENOENT'
}
[DEBUG] [system] [] No audio players found {
checkedPlayers: [ 'afplay', 'aplay', 'paplay', 'mpg123' ],
feature: 'sounds',
note: 'User needs to install an audio player for sounds to work'
}
✖ No audio player found
⚠️ Sounds require an audio player to work.
Checked for: afplay, aplay, paplay, mpg123
Install instructions:
macOS: afplay (built-in)
Linux: sudo apt install alsa-utils (aplay)
or sudo apt install pulseaudio-utils (paplay)
Windows: Install mpg123 via Chocolatey: choco install mpg123
Alternative: brew install mpg123 (macOS), sudo apt install mpg123 (Linux)
⚠️ Sounds installation failed (optional feature)
You can try installing sounds later with: codemie install claude --sounds
I tried with different, newly installed ubuntu. I get exactly the same error.
Also tried to install mpg123 and many other things still nothing: "No audio player found"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels