Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to the server #218

Open
stemy2 opened this issue Mar 23, 2021 · 2 comments
Open

Can't connect to the server #218

stemy2 opened this issue Mar 23, 2021 · 2 comments

Comments

@stemy2
Copy link

stemy2 commented Mar 23, 2021

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.

@luciph0r
Copy link

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.

@Jomme5
Copy link

Jomme5 commented Nov 23, 2022

"Temporary" solution for windows-users(linux see .6):

  1. Download Socat for windows: https://sourceforge.net/projects/unix-utils/files/socat/1.7.3.2/
  2. Download quiet.exe from Joeware(search it)
  3. Extract all above in program files (x86)\clementine
  4. Make bat-file with the name start-clementine.bat in above clementine directory with this:
@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
  1. make a shortcut to start-clementine.bat in the start menu or make sure you always start clementine from the bat-file (if you want to use remote)
  2. If you use linux; just try this before starting clementine: socat TCP4-LISTEN:5500 TCP6:localhost:5500
  3. Edit: if you're sick of all this, try a decent made program; foobar2000 - you'll love it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants