Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Build a Simple Dynamic Site with Node.js Creating a Simple Server in Node.js Creating a Simple Server

Last response.write is not appearing on page, unhandled 'error' event

http://w.trhouse.se/5a7fj6xwf5

The error is coming from the second response.write, but I can't figure out what's wrong. There is supposed to be an error at this point in the video, but it isn't the same error. The error I get is the following: treehouse:~/workspace$ node app.js
Server running at http://<workspace-url>/
events.js:183
throw er; // Unhandled 'error' event
^

Error: write after end
at write_ (_http_outgoing.js:622:15)
at ServerResponse.write (_http_outgoing.js:617:10)
at Server.<anonymous> (/home/treehouse/workspace/app.js:10 :12)
at emitTwo (events.js:126:13)
at Server.emit (events.js:214:7)
at parserOnIncoming (_http_server.js:660:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:119 :17)

If you can help me figure out how to recreate the error in the course as well, that'd be great!

Ben McMahan
Ben McMahan
7,921 Points

It's always helpful if you include the code that you are having trouble with along with your question.

Check out Markdown for how to post readable code in forums like this.

Happy coding and good luck!