Skip to content

Instantly share code, notes, and snippets.

@bigeasy
Created March 29, 2011 17:55
Show Gist options
  • Select an option

  • Save bigeasy/892862 to your computer and use it in GitHub Desktop.

Select an option

Save bigeasy/892862 to your computer and use it in GitHub Desktop.
Connect Stack Trace (Short, Useless)
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ECONNREFUSED, Connection refused
at Socket._onConnect (net.js:599:18)
at IOWatcher.onWritable [as callback] (net.js:186:12)
server = connect.createServer(
connect.logger(),
connect.bodyParser(),
connect.router(routes),
connect.static(__dirname + "/../public")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment