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

JavaScript JavaScript Foundations Strings Methods

joel watson
joel watson
7,496 Points

Oops! It looks like Task 1 is no longer passing.

Trying to figure out why I am getting this message when completing the code challenge, 'Oops! It looks like Task 1 is no longer passing.' If I re-complete task 1 then move on, at some point I get this message, then have to start over.

Sometimes the error messages can be a bit confusing. Could you paste your code here so we can take a look at it?

Specifying the step which gives this error would also be helpful.

joel watson
joel watson
7,496 Points

I got the error on step 3. Returned to beginning of code challenge. Then got same error at step 5. Then posted question here and skipped the challenge. Returned to the challenge to re-enter code so I could copy n paste code here when I got the error. Code challenge completed successfully with no error messages this time. ??.. So, none the wiser but there's no longer a problem to solve :) Thanks for getting back so quick.

2 Answers

Michelle Cannito
Michelle Cannito
8,992 Points

If you pass Task 1 and Task 2, then get the 'Oops! It looks like Task 1 is no longer passing' error, it is almost always something you did wrong in Task 3. It is just the way the error validator works-- it starts at the beginning each time. When it finds an error, sometimes it attributes it to a previous task.

Next time, just correct your current task instead of restarting.

Glad you got through, but taking the time to post because it is bound to come up again.