Skip to content

Instantly share code, notes, and snippets.

@reggi
Created August 25, 2012 05:21
Show Gist options
  • Save reggi/3461186 to your computer and use it in GitHub Desktop.
Save reggi/3461186 to your computer and use it in GitHub Desktop.
/Users/thomas/Desktop/git/socket.io-on-dotcloud/app/app.js:74
clouds[socket.id].socket.emit('progress', {pourcent: pourcent});
^
TypeError: Cannot read property 'socket' of undefined
at Socket.exec (/Users/thomas/Desktop/git/socket.io-on-dotcloud/app/app.js:74:24)
at Socket.EventEmitter.emit (events.js:88:17)
at Pipe.onread (net.js:395:14)
25 Aug 01:20:35 - [nodemon] app crashed - waiting for file changes before starting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment