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 HTTP Methods and Headers Sending Content Type Headers in Node.js

Failed to load resource: net ::ERR_INCOMPLETE_CHUNKED_ENCODING http://port-300-gizuwng63.treehouse-app.com/pauleagner

I'm getting this error, profile page does not load. Console: events.js:85 throw er; // Unhandled 'error' event Error: connect ETIMEDOUT at exports._errnoException (util.js:746:11) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1010:19)

I even tried copying and pasting all files from the downloads and nothing.

Any help is greatly appreciated.

I know this post is old but I found this issue and have a resolve for anyone else with the same. I spent 20 mins or so looking for the answer when I decided to just keep watching. Basically it's timing out and throwing this error because the connection hasn't ended yet. Keep watching the instructions and he will tell you to do this step, after you've added in the response.end(); it will work. This type of issue will keep popping up throughout this course, just keep watching and the answer will come.