Skip to content

Instantly share code, notes, and snippets.

@willwh
Created November 13, 2011 02:00
Show Gist options
  • Save willwh/41f36c11d56b6ed69e76 to your computer and use it in GitHub Desktop.
Save willwh/41f36c11d56b6ed69e76 to your computer and use it in GitHub Desktop.
net.js:177
this._handle.readStop();
^
TypeError: Cannot call method 'readStop' of null
at Socket.pause (net.js:177:16)
at IncomingMessage.pause (http.js:254:15)
at FeedReader.<anonymous> (/home/willwh/node/kohai/node_modules/hook.io-feedsub/node_modules/feedsub/lib/feedsub.js:154:19)
at SAXStream.<anonymous> (/home/willwh/node/kohai/node_modules/hook.io-feedsub/node_modules/feedsub/lib/feedsub.js:10:62)
at SAXStream.emit (events.js:67:17)
at /home/willwh/node/kohai/node_modules/hook.io-feedsub/node_modules/feedsub/node_modules/feedme/lib/feedme.js:122:23
at SAXStream.<anonymous> (/home/willwh/node/kohai/node_modules/hook.io-feedsub/node_modules/feedsub/node_modules/feedme/lib/feedme.js:68:14)
at SAXStream.g (events.js:154:14)
at SAXStream.emit (events.js:67:17)
at Object.onclosetag (/home/willwh/node/kohai/node_modules/hook.io-feedsub/node_modules/feedsub/node_modules/feedme/node_modules/sax/lib/sax.js:217:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment