Skip to content

Instantly share code, notes, and snippets.

@mranney
Created April 9, 2010 01:17
Show Gist options
  • Save mranney/360754 to your computer and use it in GitHub Desktop.
Save mranney/360754 to your computer and use it in GitHub Desktop.
Uncaught Exception: Error: Stream already opened
at Client.connect (net:585:22)
at Client._reconnect (http:564:12)
at ClientRequest.<anonymous> (http:572:14)
at ClientRequest.flush (http:355:8)
at ClientRequest.<anonymous> (http:376:8)
at ClientRequest.end (http:463:33)
at ClientRequest.close (http:454:15)
at IncomingMessage.<anonymous> (/usr/local/lib/log_server/logfront.js:385:29)
at HTTPParser.onMessageComplete (http:97:23)
at Stream.ondata (http:515:12)
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'emit' of undefined
at HTTPParser.onIncoming (http:622:20)
at HTTPParser.onHeadersComplete (http:82:14)
at Client.ondata (http:583:12)
at IOWatcher.callback (net:309:31)
at node.js:813:9
Uncaught Exception: TypeError: Cannot call method 'flush' of undefined
at Client.<anonymous> (http:590:20)
at IOWatcher.callback (net:570:14)
at node.js:813:9
Uncaught Exception: TypeError: Bad file descriptor argument
at IOWatcher.callback (net:563:17)
at node.js:813:9
// Code that generated this is proxying an HTTP post
384: in_request.addListener("end", function (chunk) {
385: out_request.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment