01-02-2019, 05:29 PM
@nikigo
Let's stay focused on what you have now
That means MPD couldn't get a response on port 49149 from upmpdcli on your moOde player (which I assume is at 192.168.100.20).
Here's the ports being listened to by upmpdcli on my player as I play a Tidal track:
Is upmpdcli running on your player?
Regards,
Kent
Let's stay focused on what you have now
Code:
I have version 4.4 (in place update), on wired lan. When I try to play Tidal songs
from BubbleUPnP, I get MPD error Failed to decode http://192.168.100.20:49149/tidal/track?...Id=1550546; CURL failed: Failed to connect to 192.168.100.20 port 49149: Connection refused
That means MPD couldn't get a response on port 49149 from upmpdcli on your moOde player (which I assume is at 192.168.100.20).
Here's the ports being listened to by upmpdcli on my player as I play a Tidal track:
Code:
pi@moode:~ $ sudo netstat -tulpn|grep upmpdcli
tcp 0 0 192.168.1.182:49153 0.0.0.0:* LISTEN 1229/upmpdcli
tcp 0 0 0.0.0.0:49149 0.0.0.0:* LISTEN 1229/upmpdcli
tcp 0 0 192.168.1.182:49152 0.0.0.0:* LISTEN 1174/upmpdcli
udp 0 0 0.0.0.0:1900 0.0.0.0:* 1229/upmpdcli
udp 0 0 0.0.0.0:1900 0.0.0.0:* 1174/upmpdcli
udp 0 0 127.0.0.1:39521 0.0.0.0:* 1174/upmpdcli
udp 0 0 127.0.0.1:40103 0.0.0.0:* 1229/upmpdcli
Is upmpdcli running on your player?
Regards,
Kent