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 trialDillon Greening
152 PointsOngoing problem with my code test
I am having on going problems, after I write the code challenge, I get the green light, it says WELL DONE! next task - I click it and it takes me back to the PREVIEW OR CHECK WORK page.
I preview and everything checks out so I click NEXT TASK, but it takes me back to the PREVIEW OR CHECK WORK page again and it goes around and around.
I have sent an email to the help desk at team tree house and they suggested I use Chrome or Firefox and use incognito mode, but I still cannot progress to the next task.
Thank you Dillon
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Utsaaha | Sri Anant</title>
</head>
<body>
<header>
<h1>Utsaaha</h1>
<h2>Designer</h2>
</header>
<section>
<p>Gallery will go here</p>
</section>
<footer>
<p>© 2015 Sri Anant</p>
</footer>
</body>
</html>
10 Answers
Elijah Collins
19,457 PointsThe only thing I can see is where you have
<!DOCTYPYE html>
<html>
You don't need that extra <html> tag
Robert Brown
12,269 PointsIs there any error message that is coming up like your forgetting a task? The code looks good to me. Have you tried to move on to next task in the lesson menu or see if it's complete there?
Dillon Greening
152 PointsHi Robert,
No error message, it says Well Done - Next task. When I preview the code it looks right. When I bypass this and finish the rest of the quiz, it shows me I have not done the code test.
Robert Brown
12,269 PointsHave you tried a different browser? Made sure the one your in is up to date. I have had no problems running treehouse in Chrome.
Dillon Greening
152 PointsI tried Chrome and installed Firefox latest.
Robert Brown
12,269 PointsIs java up to date? Is their any ad block or other script blockers running?
Dillon Greening
152 PointsHi Robert,
Yes, now that you mentioned it, my Java is not up to date because of the conflict between Oracle and the latest Java version.
Could this be why?
Robert Brown
12,269 PointsThat would be my best guess if it not working on any of your browsers. I would uninstall java and redownload java for scratch and reinstall.
newest version should be Java 8 update 31
What do you mean "conflict between Oracle and the latest Java version"?
Oracle makes the and distributes the program Java.
Dillon Greening
152 PointsUnfortunately, I have requested the latest version of Java but Oracle stops working properly. I have to then downgrade back to version 6 for Oracle to start working again. I have been told my Oracle that it is the version of Oracle our Company uses and there is no fix - as of yet!
Is there anything else I can try because I have`nt done any code for over a week now and I am losing interest.
Scott Magdalein
1,667 PointsDillon Greening It looks like you might be having some issues with JavaScript, but it's not clear what exactly is causing it. I went ahead and marked the Code Challenge as complete for you since your answer above is clearly correct. I'll be looking into this more.
Cheers!