Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: write after end #1633

Closed
adekbadek opened this issue Jul 27, 2017 · 1 comment
Closed

Error: write after end #1633

adekbadek opened this issue Jul 27, 2017 · 1 comment

Comments

@adekbadek
Copy link

adekbadek commented Jul 27, 2017

I keep getting the following error in developement:

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: write after end
    at ServerResponse.OutgoingMessage.write (_http_outgoing.js:439:15)
    at ReadStream.ondata (_stream_readable.js:555:20)
    at emitOne (events.js:96:13)
    at ReadStream.emit (events.js:188:7)
    at readableAddChunk (_stream_readable.js:176:18)
    at ReadStream.Readable.push (_stream_readable.js:134:10)
    at onread (fs.js:2004:12)
    at FSReqWrap.wrapper [as oncomplete] (fs.js:681:17)

I was not able to pin-point when exactly it happens, seems random. Any idea what may cause this error?

I'm on macOS 10.12.5, node v6.9.0, gatsby version 1.0.5

@benjaminhoffman
Copy link
Contributor

@adekbadek Thanks for the issue. There hasn't been much follow up or repro steps for a few months so I'm closing this issue for now. If you are still having trouble or would like to keep this issue open, feel free to re-open. Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants