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

Ruby

Error in Windows console after starting Webrick. Could not determine content length of response body.

Although I can view statuses, I receive this error after bootstrap entalled. Affects Scaffolds.css, Application.css, Bootstrap.css, Statuses.css, jQuery_ujs.js and more

Error shows when starting serve. Say cannot determine content length of response body on each oth the above. Set content length of the response or set Response#chunked.=true.

Is this a server issue. I am running on windows.

Anyone have this problem?

Thanks,

Chris

1 Answer

according to the answers on this page the warning is safe to ignore. It is a webrick issue and not a rails issue.

I develop on a mac and haven't seen the warning so I cant tell you if its normal, but apparently it is ok if it happens

Thank you!