Created
November 30, 2010 17:16
-
-
Save cronopio/721998 to your computer and use it in GitHub Desktop.
Log nodestream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 Nov 12:27:37 - Initializing client with transport "flashsocket" | |
30 Nov 12:27:37 - Client 26038134656846523 connected | |
ReferenceError: __ is not defined | |
at IncomingMessage.anonymous (eval at <anonymous> (/home/cronopio/kumokojo/pruebaNode/support/nodestream/lib/nodestream/index.js:239:27)) | |
at paint (/home/cronopio/kumokojo/pruebaNode/support/nodestream/lib/nodestream/index.js:40:44) | |
at /home/cronopio/kumokojo/pruebaNode/support/nodestream/lib/nodestream/index.js:122:23 | |
at Array.forEach (native) | |
at [object Object].emit (/home/cronopio/kumokojo/pruebaNode/support/nodestream/lib/nodestream/index.js:116:23) | |
at [object Object].<anonymous> (/home/cronopio/kumokojo/pruebaNode/app.js:22:12) | |
at [object Object]._emit (events:27:15) | |
at [object Object].<anonymous> (/home/cronopio/kumokojo/pruebaNode/support/nodestream/lib/nodestream/index.js:61:16) | |
at [object Object].emit (events:27:15) | |
at [object Object]._onMessage (/home/cronopio/.local/lib/node/.npm/socket.io/0.6.1/package/lib/socket.io/client.js:53:10) |
did you ever figure this one out? I'm seeing a suprisingly similar error..
I get some errors when use nodestream for notify a lot of things. After that i check faye for instants notifications.
Faye use the PubSubHub idea using bayeux as protocol.
Faye work perfect for me and for me environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On app.js:22 have
this.emit('connections', connections);