nodejsbook.io.examples icon indicating copy to clipboard operation
nodejsbook.io.examples copied to clipboard

ntwitter gives error, it is unmaintained

Open freekot opened this issue 10 years ago • 0 comments

When running example 1 from hour 14, I get:

Error: Uncaught, unspecified "error" event. at Error (native) at EventEmitter.emit (events.js:87:13) at ClientRequest. (/home/tolik/express_twitter/node_modules/ntwitter/lib/twitter.js:251:14) at ClientRequest.emit (events.js:107:17) at HTTPParser.parserOnIncomingClient as onIncoming at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23) at TLSSocket.socketOnData (_http_client.js:309:20) at TLSSocket.emit (events.js:107:17) at readableAddChunk (_stream_readable.js:161:16) at TLSSocket.Readable.push (_stream_readable.js:125:10) tolik@tolik-VirtualBox:~/express_twitter$ node app.js events.js:87 throw Error('Uncaught, unspecified "error" event.');

The same error is reported on ntwitter https://github.com/AvianFlu/ntwitter/issues/146 . The only suggested solution to sync server clock did not help. Any ideas?

freekot avatar Dec 24 '14 03:12 freekot