Android-Remote icon indicating copy to clipboard operation
Android-Remote copied to clipboard

Can't conect!

Open eduhbert opened this issue 9 years ago • 6 comments

I have a Moto G 3º gen with Android 6.0 and run Clementine 1.3.1-228-gd9b3a93 on Ubuntu 16.04. All the settings are set right, but the remote app can't find the running program.

Does anyone know what can be happening? Can my systems be unsupported for that?

eduhbert avatar Nov 22 '16 12:11 eduhbert

I also seem to have problems connecting. Using Clementine 1.3.1 on Windows 10 Enterprise N and remote 11.1 on a Nexus 5 with Android 6.0.1 No proxy settings that I know off, port 5500 and using the ipaddress that the clementine preferences menu shows (192.168.0.108). I turned the windows firewall off but got the same error. I tried setting an incoming rule in windows firewall on port 5500, still the error. I ran netstat -a and did not see port 5500 listening on the given ip address, but it did show the following: TCP [::]:5500 Desktop-etc:0 LISTENING, so it seems to me that the pc is listening.

Ketwo avatar Jan 14 '17 14:01 Ketwo

Does anything come up in the terminal when you run clementine --verbose and you attempt to connect your phone?

trougnouf avatar Nov 05 '17 18:11 trougnouf

Same problem here on W10 x64. Desperately looking for a solution! Tried everything that was suggested online but unfortunately nothing worked so far.

Nielzie avatar May 15 '18 14:05 Nielzie

Debian GNU/Linux here, Clementine from the debian repository 1.3.1+git609-g623a53681+dfsg-1. Netstat -a is showing: tcp6 0 0 [::]:5500 [::]: LISTEN*
Clementine is listening, but only in IPv6 port, not IPv4. When looked in my Firewall Logs, Clementine Remote for Android is trying to access IPv4 tcp/5500. My Wifi (ZTE 4G Usb Network Adapter) does not support IPv6. And I have no intention to open Clementine Port to the Internet.

I can't find any option to turn on IPv4 in Clementine, so came up with this solution: socat TCP4-LISTEN:5500 TCP6:localhost:5500 before opening Port 5500 in Clementine Preferences. So now IPv4 tcp/5500 is redirected to IPv6 tcp/5500. And the Remote is working.

tambux avatar May 31 '20 07:05 tambux

2022 almost 2023 and problem isn't still solved. Is that how we have to appreciate open source and "donate?" No thanks. I don't care if there are dozens of visualizations if the basic things not even work... Other issue: player stops playing playlist.

Jomme5 avatar Nov 22 '22 20:11 Jomme5

Hi, I made it work on windows 10. I used https://github.com/zmjack/PortProxyGUI/releases for x64 to create a rule v4tov6 for port 5500 (a) (since netsh from command line proved to be a bit too much ;-) ) and then it simply and finally worked. Thank you, Tambux, for the great solution and the creator of PortProxyGUI of course as well. (a) for newbies like me: Right click, new, type: v4tov6, leave everything blank except both ports, type 5500 in both places. Done.

Aliahowa avatar Jul 07 '23 22:07 Aliahowa