music-assistant(1).log
What version of Music Assistant has the issue?
2.7.11
How is the MA server installed?
Home Assistant OS Addon
Mandatory: Carefully read the Troubleshooting FAQ and confirm that
As Applicable: Carefully read the Troubleshooting FAQ and confirm that
The problem
The server binds to 192.168.178.150:8927 but the proxy connects
to INTERNAL_SENDSPIN_URL which resolves to 127.0.0.1:8927.
This worked correctly in 2.7.10 where the server bound to 0.0.0.0:8927.
Expected behavior
Sendspin server should bind to 0.0.0.0:8927 as it did in 2.7.10,
so the internal proxy can reach it via 127.0.0.1.
What is working
- UPnP/DLNA players work fine (Yamaha RX-V579)
- MA web interface loads correctly
- All music providers load correctly
What is not working
- All Sendspin players (browser PWA, MassDroid Android app)
- Players appear with loading spinner, never become available
How to reproduce
-
Have a working Music Assistant installation (HAOS App) with
Sendspin players functioning correctly on version 2.7.10
-
Update Music Assistant App to version 2.7.11
(either manually or via automatic update)
-
Restart the Music Assistant App
-
Open Music Assistant and navigate to Settings → Players
-
Observe that all Sendspin players show a loading spinner
and never become available
-
Check the MA log and observe:
- Sendspin server binds to the specific network IP (e.g. 192.168.178.150:8927)
instead of 0.0.0.0:8927
- sendspin_proxy immediately fails with
ConnectionRefusedError on 127.0.0.1:8927
Music Providers
RadioBrowser, Podcast RSS Feed, Filesystem (local/remote share)
Player Providers
UPnP/DLNA (Yamaha RX-V579), Sendspin
Full log output
INFO [aiosendspin.server.server] Starting Sendspin server on port 8927
INFO [aiosendspin.server.server] Sendspin server started successfully on 192.168.178.150:8927
...
ERROR [music_assistant.sendspin_proxy] Failed to connect to internal Sendspin server
ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8927)
Additional information
In 2.7.10 the log showed:
Sendspin server started successfully on 0.0.0.0:8927
In 2.7.11 the log shows:
Sendspin server started successfully on 192.168.178.150:8927
The internal proxy (sendspin_proxy.py line 89) always connects to
INTERNAL_SENDSPIN_URL which resolves to 127.0.0.1:8927. Since the
server no longer listens on 0.0.0.0 (all interfaces), 127.0.0.1
is unreachable and every proxy request fails immediately.
Workarounds attempted (none resolved the issue):
- Restarting the MA App multiple times
- Full Home Assistant reboot
- Clearing MA cache/data
- Removing and re-adding the HA integration for Music Assistant
The DLNA player (Yamaha RX-V579) is completely unaffected and
works normally. Only Sendspin-based players are broken.
What version of Home Assistant Core (if used) are your running
2026.3.2
What type of installation are you running?
Home Assistant OS
On what type of hardware are you running?
Raspberry Pi
Have you included ALL of the information specified in the Troubleshooting FAQ or explained why you cannot
music-assistant(1).log
What version of Music Assistant has the issue?
2.7.11
How is the MA server installed?
Home Assistant OS Addon
Mandatory: Carefully read the Troubleshooting FAQ and confirm that
As Applicable: Carefully read the Troubleshooting FAQ and confirm that
The problem
The server binds to
192.168.178.150:8927but the proxy connectsto
INTERNAL_SENDSPIN_URLwhich resolves to127.0.0.1:8927.This worked correctly in 2.7.10 where the server bound to
0.0.0.0:8927.Expected behavior
Sendspin server should bind to
0.0.0.0:8927as it did in 2.7.10,so the internal proxy can reach it via
127.0.0.1.What is working
What is not working
How to reproduce
Have a working Music Assistant installation (HAOS App) with
Sendspin players functioning correctly on version 2.7.10
Update Music Assistant App to version 2.7.11
(either manually or via automatic update)
Restart the Music Assistant App
Open Music Assistant and navigate to Settings → Players
Observe that all Sendspin players show a loading spinner
and never become available
Check the MA log and observe:
instead of 0.0.0.0:8927
ConnectionRefusedError on 127.0.0.1:8927
Music Providers
RadioBrowser, Podcast RSS Feed, Filesystem (local/remote share)
Player Providers
UPnP/DLNA (Yamaha RX-V579), Sendspin
Full log output
INFO [aiosendspin.server.server] Starting Sendspin server on port 8927
INFO [aiosendspin.server.server] Sendspin server started successfully on 192.168.178.150:8927
...
ERROR [music_assistant.sendspin_proxy] Failed to connect to internal Sendspin server
ConnectionRefusedError: [Errno 111] Connect call failed ('127.0.0.1', 8927)
Additional information
In 2.7.10 the log showed:
Sendspin server started successfully on 0.0.0.0:8927
In 2.7.11 the log shows:
Sendspin server started successfully on 192.168.178.150:8927
The internal proxy (sendspin_proxy.py line 89) always connects to
INTERNAL_SENDSPIN_URL which resolves to 127.0.0.1:8927. Since the
server no longer listens on 0.0.0.0 (all interfaces), 127.0.0.1
is unreachable and every proxy request fails immediately.
Workarounds attempted (none resolved the issue):
The DLNA player (Yamaha RX-V579) is completely unaffected and
works normally. Only Sendspin-based players are broken.
What version of Home Assistant Core (if used) are your running
2026.3.2
What type of installation are you running?
Home Assistant OS
On what type of hardware are you running?
Raspberry Pi
Have you included ALL of the information specified in the Troubleshooting FAQ or explained why you cannot