-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
I confirm that:
- I have searched the existing open AND closed issues to see if an issue already exists for the bug I've encountered
- I'm using the latest version (your issue may have been fixed already)
Version
0.55.1 (beb768c)
Current Behavior
Jukebox is broken. In the logs, i see this:
2025-03-18 18:35:36.119173+01:00time="2025-03-18T17:35:36Z" level=error msg="Error opening new connection" error="can't connect to mpv's socket: dial unix /tmp/mpv-ctrl-betgm4dqYO26jmsxlMkOii.socket: connect: connection refused"
2025-03-18 18:35:36.119908+01:00time="2025-03-18T17:35:36Z" level=warning msg="API: Failed response" endpoint=/rest/jukeboxControl.view error=0 message="Internal Server Error: can't connect to mpv's socket: dial unix /tmp/mpv-ctrl-betgm4dqYO26jmsxlMkOii.socket: connect: connection refused" requestId=nas/pHmhCbHYgz-000006
Expected Behavior
Expected to have jukebox working
Steps To Reproduce
- Launch the server
- Connect to the jukebox from DSub
Environment
- OS: TrueNAS's docker
- Browser: -
- Client: -
How Navidrome is installed?
Docker
Configuration
Jukebox.Enabled = true
Jukebox.Devices = [
[ "SMSL-SU8", "alsa/front:CARD=DAC,DEV=0" ]
]
Jukebox.Default = "SMSL-SU8"
MPVPath = ""
MPVCmdTemplate = 'mpv --no-audio-display --volume=100 --replaygain=album --replaygain-preamp=-10 --pause %f --input-ipc-server=%s'
Relevant log output
2025-03-18 18:35:36.119173+01:00time="2025-03-18T17:35:36Z" level=error msg="Error opening new connection" error="can't connect to mpv's socket: dial unix /tmp/mpv-ctrl-betgm4dqYO26jmsxlMkOii.socket: connect: connection refused"
2025-03-18 18:35:36.119908+01:00time="2025-03-18T17:35:36Z" level=warning msg="API: Failed response" endpoint=/rest/jukeboxControl.view error=0 message="Internal Server Error: can't connect to mpv's socket: dial unix /tmp/mpv-ctrl-betgm4dqYO26jmsxlMkOii.socket: connect: connection refused" requestId=nas/pHmhCbHYgz-000006
Anything else?
No response
Code of Conduct
- I agree to follow Navidrome's Code of Conduct