Skip to content

Instantly share code, notes, and snippets.

@brando90
Created March 6, 2014 00:06
Show Gist options
  • Save brando90/9379428 to your computer and use it in GitHub Desktop.
Save brando90/9379428 to your computer and use it in GitHub Desktop.
Error when running node client
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