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

iOS Swift Basics Swift Types String Manipulation

Challenge service is down?

I am using my free week of treehouse but the challenge service goes down everytime I try to use it. I'm using chrome so would expect it to work. I have also refreshed the page. Does this happen often?

1 Answer

Steven Parker
Steven Parker
229,708 Points

I've generally found the service to be very reliable, including during this past week.

However, one way I've found that can "crash" a challenge is to write code that causes an indefinite (aka "infinite") loop; so be careful not to do that! Occasionally, some other issues can also crash a challenge, and while I'm sure the designers do their best to predict and catch bad answers, students can sometimes still come up with some unanticipated surprises. The few times that has happened to me, I look over the code and typically spot something out of place, and retrying with a revised answer will get a "Good Job" or "Bummer".