Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Phillip B. Giustino
2,163 PointsCode Challenge: Making a Toast not working
When I go to this code challenge as soon as it loads it tells me that it's not working. Any one else having this issue?

Phillip B. Giustino
2,163 PointsI get the error and the green button says working before I can even enter my code in.

Phillip B. Giustino
2,163 PointsI have been watching the forums and it looks like there are a lot of other challenges having this issue as well. looks like I just need to wait fro support to fix this. Thanks

Ali Hamra
1,386 PointsYup, I've went through a code challenge and I got the same problem. They will fix it soon :]

Phillip B. Giustino
2,163 PointsThanks for the help! =)
4 Answers

Nate Meyer
3,887 PointsHey guys, everything should be back up and running. Sorry for the hiccup.

Felipe Donoso
3,742 PointsSame problem here. Can't continue without pass the challenges

22oldoldaccounttejasmanohar
Courses Plus Student 321 PointsCode challenges are down site-wide right now.

22oldoldaccounttejasmanohar
Courses Plus Student 321 Points@natemeyer Good to hear, but for the future, note that sandboxing the interpreter is important.
Ali Hamra
1,386 PointsAli Hamra
1,386 PointsPlease Post your code, this would help us easier to find your problem. Usually Toast looks like this
Toast.makeText(this, "Your Text", Toast.LENGTH_LONG).show();