-
Notifications
You must be signed in to change notification settings - Fork 28
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
What is this error? after upgrade xcode to 8. #16
Comments
Unfortunately there aren't any details here. Maybe you can find something in that line causing the error ( |
Any new info on this? I believe it's happening to me too. |
This started happening to me today. The remote dev tools is no longer working. |
Actually it happens randomly. Maybe it has something to do with other sockets on my project (firebase, ...). |
@brunolemos try to start a local server instead. By default it is connecting to |
@zalmoxisus Im using local server, its working fine now, nevermind. I really believe it has something with firebase, because I was not using it before... |
I have met the same problem, but that is because the port is error. |
Hi!.
I encountered following error using [email protected].
I can't recover from #15 issue. So, I have used 0.5.1
But after xcode upgrade I have received following error.
How can I fix it. Help me please.
1474537500436 - Origin: Worker (PID 12396)
[Warning] SocketProtocolError: Socket hung up
at Emitter.SCSocket._onSCClose (/Users/user1/Documents/Works/bia_project/cood_bia_mobile/node_modules/remotedev-server/node_modules/socketcluster-server/scsocket.js:177:17)
at WebSocket. (/Users/user1/Documents/Works/bia_project/cood_bia_mobile/node_modules/remotedev-server/node_modules/socketcluster-server/scsocket.js:54:10)
at emitTwo (events.js:106:13)
at WebSocket.emit (events.js:191:7)
at WebSocket.cleanupWebsocketResources (/Users/user1/Documents/Works/bia_project/cood_bia_mobile/node_modules/remotedev-server/node_modules/ws/lib/WebSocket.js:927:10)
at emitNone (events.js:91:20)
at Socket.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:926:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)
The text was updated successfully, but these errors were encountered: