You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: