Skip to content

Instantly share code, notes, and snippets.

@ktiedt
Created June 18, 2011 17:25
Show Gist options
  • Save ktiedt/1033295 to your computer and use it in GitHub Desktop.
Save ktiedt/1033295 to your computer and use it in GitHub Desktop.
How TweetEater/tweetstream files for me
/Users/ktiedt/repos/node_modules/tweetstream/lib/main.js:87
options.client.end();
^
TypeError: Cannot call method 'end' of undefined
at EventEmitter.<anonymous> (/Users/ktiedt/repos/node_modules/tweetstream/lib/main.js:87:20)
at EventEmitter.emit (events.js:81:20)
at EventEmitter.end (/Users/ktiedt/repos/node_modules/tweetstream/lib/main.js:84:36)
at IncomingMessage.onend (stream.js:74:10)
at IncomingMessage.emit (events.js:81:20)
at HTTPParser.onMessageComplete (http.js:133:23)
at Socket.onend (http.js:1264:12)
at Socket._onReadable (net.js:659:26)
at IOWatcher.onReadable [as callback] (net.js:177:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment