Error while handshaking - java.io.FileNotFoundException #100
Description
I'm using Socket.io v1.0.4 on the server, and the current version fo this client.
06-10 12:56:04.799: W/System.err(31384): io.socket.SocketIOException: Error while handshaking
06-10 12:56:04.819: W/System.err(31384): at io.socket.IOConnection.handshake(IOConnection.java:322)
06-10 12:56:04.819: W/System.err(31384): at io.socket.IOConnection.access$600(IOConnection.java:39)
06-10 12:56:04.829: W/System.err(31384): at io.socket.IOConnection$ConnectThread.run(IOConnection.java:199)
06-10 12:56:04.829: W/System.err(31384): Caused by: java.io.FileNotFoundException: http://24.229.26.132:3000/socket.io/1/
06-10 12:56:04.829: W/System.err(31384): at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:186)
06-10 12:56:04.829: W/System.err(31384): at io.socket.IOConnection.handshake(IOConnection.java:313)