You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest sprint (sprint 36 experimental build 0.36.0-11506 (release 942505c3a))
Latest version of node from brew (v0.10.25)
Latest version of node-theseus (node-theseus@0.2.3)
Latest version of brackets extension (0.4.10 2014-02-10)
Running my node app with node-theseus, which listens to socket.io port, starts fine, client connects to socket.io fine, but when the client sends its first message the following exception occurs...
SyntaxError: Unexpected token o
at Object.parse (native)
at eval (eval at createTracer (/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14), :992:17)
at Socket. (/.../socket.io-2/app.js:78:305)
at Socket.eval (eval at (eval at createTracer (/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14)), :1:90)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket.global.__tracer.EventEmitter.emit [as $emit](eval at createTracer %28/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14%29, :1151:20)
at SocketNamespace.handlePacket (/.../socket.io-2/node_modules/socket.io/lib/namespace.js:335:22)
at Manager.onClientMessage (/.../socket.io-2/node_modules/socket.io/lib/manager.js:488:38)
at WebSocket.Transport.onMessage (/.../socket.io-2/node_modules/socket.io/lib/transport.js:387:20)
at Parser. (/.../socket.io-2/node_modules/socket.io/lib/transports/websocket/hybi-16.js:39:10)
[node-theseus] caught process.exit() 1 time, not exiting
The text was updated successfully, but these errors were encountered:
Latest sprint (sprint 36 experimental build 0.36.0-11506 (release 942505c3a))
Latest version of node from brew (v0.10.25)
Latest version of node-theseus (node-theseus@0.2.3)
Latest version of brackets extension (0.4.10 2014-02-10)
Running my node app with node-theseus, which listens to socket.io port, starts fine, client connects to socket.io fine, but when the client sends its first message the following exception occurs...
SyntaxError: Unexpected token o
at Object.parse (native)
at eval (eval at createTracer (/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14), :992:17)
at Socket. (/.../socket.io-2/app.js:78:305)
at Socket.eval (eval at (eval at createTracer (/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14)), :1:90)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket.global.__tracer.EventEmitter.emit [as $emit](eval at createTracer %28/.../socket.io-2/node_modules/node-theseus/node-theseus.js:169:14%29, :1151:20)
at SocketNamespace.handlePacket (/.../socket.io-2/node_modules/socket.io/lib/namespace.js:335:22)
at Manager.onClientMessage (/.../socket.io-2/node_modules/socket.io/lib/manager.js:488:38)
at WebSocket.Transport.onMessage (/.../socket.io-2/node_modules/socket.io/lib/transport.js:387:20)
at Parser. (/.../socket.io-2/node_modules/socket.io/lib/transports/websocket/hybi-16.js:39:10)
[node-theseus] caught process.exit() 1 time, not exiting
The text was updated successfully, but these errors were encountered: