Open stemy2 opened 3 years ago
Ah, the joy of open source projects where your cry for help remains totally ignored because the developer has abandoned the project or is just not bothered. Fun part is I found a similar complaint from 2013. Exactly the same situation and problem, Clementine 1.4 rc on Mint 20.4, no firewall on PC, both devices on same network, using the correct internal IP and port, can ping the PC from the phone and vice versa.
"Temporary" solution for windows-users(linux see .6):
@echo off
quiet "clementine.exe"
:g
socat TCP4-LISTEN:5500 TCP6:localhost:5500
if %ERRORLEVEL% EQU 1 (goto s)
tasklist /FI "IMAGENAME eq clementine.exe" /FO "TABLE" /NH | findstr /c:"clementine.exe"
if %ERRORLEVEL% EQU 0 (goto g)
:s
socat TCP4-LISTEN:5500 TCP6:localhost:5500
Hello,
My 2 devices are on the same network, the IP address entered and the ports are correct and remote control is activated in the server app, but the client app is still unable to connect to it, and i don't understand why.