MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

cca push not working iOS 7.1 #30

Closed schme16 closed 9 years ago

schme16 commented 9 years ago

I've run the python tcprelay.py 2424:2424 program, and built and installed the CADT, but it cannot connect:


Incoming connection to 2424 Waiting for devices...

Connecting to device <MuxDevice: ID 12 ProdID 0x12ab Serial 'd3f467f28e998a79c826eb71d7e21e2b208c9c76' Location 0xfd110000>

Exception happened during processing of request from ('127.0.0.1', 63251) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock self.process_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 321, in process_request self.finish_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 649, in init self.handle() File "tcprelay.py", line 82, in handle dsock = mux.connect(dev, self.server.rport) File "/Users/shanegadsby/Downloads/tcprelay-master/usbmux.py", line 235, in connect return connector.connect(device, port) File "/Users/shanegadsby/Downloads/tcprelay-master/usbmux.py", line 206, in connect raise MuxError("Connect failed: error %d"%ret) MuxError: Connect failed: error 3

agrieve commented 9 years ago

I have seen this be flakey before, where I just had to force-close the dev tool on iOS, and start it again, and then it started working. Would definitely be interested to know if this continues to happen after fiddling around a bit, or if you can figure out what causes it!