01-28-2022, 04:47 PM
Those "MPD connect failed" messages basically mean the seemingly trivial "telnet localhost 6600" command is failing.
If I try that command from the moOde command line I get
Note that the IPv6 loopback address is tried first. [the localhost addresses are defined in the file /etc/hosts]
This has never failed for me either on pure IPv4 networks or on my new, mixed IPv4/IPv6 network, not that I ever expected otherwise.
@Stooovie, I suggest you try this same telnet command to see what response you get.
Regards,
Kent
If I try that command from the moOde command line I get
Code:
pi@CM4:~ $ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.23.4
Note that the IPv6 loopback address is tried first. [the localhost addresses are defined in the file /etc/hosts]
This has never failed for me either on pure IPv4 networks or on my new, mixed IPv4/IPv6 network, not that I ever expected otherwise.
@Stooovie, I suggest you try this same telnet command to see what response you get.
Regards,
Kent