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

Lessons are down?

Anyone else getting the "Holy smokes! Didn't expect that! There's a temporary problem with the site and we're working on it right now!" page?

8 Answers

Yes! I'm getting that too. Very strange.

Yeah, it literally just happened. Hopefully it's not down for long. I'm a night owl, haha.

Me too. Try sing out and then log in again it recovers a little.

They're back up again! I just took a break for a few hours. Thanks for the tip though Rodrigo.

Quick correction: that's not a 404, which you tagged this thread with. A 404 is when you try to go to a page that doesn't exist, like this:

http://www.teamtreehouse.com/akdfjskladshgj

Haha so awesome you said that, I honestly was thinking maybe this wasn't a 404, when I was posting it. Thanks dude!

@Brandon - That's called a 500 error, Internal Server Error.

Whereas -

  • 401 Unauthorized
    • Requested file requires authentication (a username and a password).
  • 403 Forbidden
    • The server will not allow the visitor to access the requested file.
  • 404 Not Found
    • The server could not find the file that the visitor requested

source: Common HTTP response codes

Thx James,

Everyday you learn something new here.

Andrew