-
Notifications
You must be signed in to change notification settings - Fork 158
Description
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 AvianFlu/ntwitter#146 . The only suggested solution to sync server clock did not help. Any ideas?