Created
March 6, 2014 00:06
-
-
Save brando90/9379428 to your computer and use it in GitHub Desktop.
Error when running node client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When I run node client for parsoid it throws me this error, does someone know whats up? | |
HTTP GET to | |
http://localhost:8002/title?commit=5a274b028d774784d514439f4539507e52c8e05e&ctime=2014-03-04T17%3A42%3A27.000Z failed: Error: connect ECONNREFUSED | |
Retrying in 51.2 seconds. | |
master shutting down, killing workers | |
Exiting master | |
TypeError: Cannot read property 'statusCode' of undefined | |
at callback (/home/tscobb/Documents/BM/testreduce/parsoid/tests/client/client.js:38:20) | |
at Request.errHandler [as _callback] (/home/tscobb/Documents/BM/testreduce/parsoid/lib/mediawiki.Util.js:1568:4) | |
at self.callback (/home/tscobb/Documents/BM/testreduce/parsoid/node_modules/request/request.js:129:22) | |
at Request.EventEmitter.emit (events.js:95:17) | |
at ClientRequest.self.clientErrorHandler (/home/tscobb/Documents/BM/testreduce/parsoid/node_modules/request/request.js:239:10) | |
at ClientRequest.EventEmitter.emit (events.js:95:17) | |
at Socket.socketErrorListener (http.js:1547:9) | |
at Socket.EventEmitter.emit (events.js:95:17) | |
at net.js:440:14 | |
at process._tickCallback (node.js:415:13) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment