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 trialDidier Philoctete
148 PointsError while parsing
It keeps giving me this message when I try use the compiler. What does the message mean and how do I correct it?
Didier Philoctete
148 PointsI figured it out. i'm learning that paying attention to detail is essential in coding. I corrected the error. Thank you for your help.
1 Answer
Adam Costarino
1,575 Pointsgenerally parsing errors mean you reached missed a ending bracket somewhere in your code. so you need to find and insert a } where your missing it.
Stone Preston
42,016 PointsStone Preston
42,016 Pointsyou most likely have a syntax error in your code. can you post your code?