Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created August 3, 2012 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/9fef926c7bf5b1479137 to your computer and use it in GitHub Desktop.
Save Raynos/9fef926c7bf5b1479137 to your computer and use it in GitHub Desktop.
stream.js:81
throw er; // Unhandled stream error in pipe.
^
Error: unexpected disconnection
at Stream.destroyAll (/home/raynos/Documents/express/node_modules/mux-demux/index.js:38:23)
at Stream.EventEmitter.emit (events.js:115:20)
at Stream.end (/home/raynos/Documents/express/node_modules/event-stream/node_modules/through/index.js:15:35)
at Stream.stream.end (/home/raynos/Documents/express/node_modules/event-stream/node_modules/through/index.js:43:9)
at Stream.onend (stream.js:66:10)
at Stream.EventEmitter.emit (events.js:115:20)
at Stream.end (/home/raynos/Documents/express/node_modules/event-stream/node_modules/through/index.js:15:35)
at Stream.stream.end (/home/raynos/Documents/express/node_modules/event-stream/node_modules/through/index.js:43:9)
at Stream.onend (stream.js:66:10)
at Stream.EventEmitter.emit (events.js:115:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment