-
Notifications
You must be signed in to change notification settings - Fork 195
Description
I install the app in my two rooted phone, and start the server, start the client, input the ip to the client, then it doesn't show the toast that connect failed,but the logcat in Android Studio shows the Log:
java.net.ConnectException: failed to connect to /192.168.43.45 (port 80): isConnected failed: ECONNREFUSED (Connection refused)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at libcore.io.IoBridge.isConnected(IoBridge.java:238)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at java.nio.SocketChannelImpl.finishConnect(SocketChannelImpl.java:277)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:802)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:627)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at com.koushikdutta.async.AsyncServer.access$700(AsyncServer.java:41)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at com.koushikdutta.async.AsyncServer$13.run(AsyncServer.java:569)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: Caused by: android.system.ErrnoException: isConnected failed: ECONNREFUSED (Connection refused)
11-21 22:00:23.919 23625-24374/in.umairkhan.remotedroid W/System.err: at libcore.io.IoBridge.isConnected(IoBridge.java:223)