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 trialMartin Nordström
6,807 PointsNo matter what version i try! I can't get passed!! :-(
None of the version that i find work..
<!DOCTYPE html>
<html>
<head>
<title>Take Evasive Action</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<p class="warning">
<span>It's A Trap!</span>
</p>
<div class="image">
<img src="img/ackbar.gif">
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
4 Answers
Andrew Chalkley
Treehouse Guest TeacherIt looks like it's an error that's happening outside the scope I can fix. I've opened an issue with the Dev team.
Martin Nordström
6,807 PointsThanks Andrew!
Jay Padzensky
4,731 PointsHi folks!
Good news, everyone! I've heard back from our developers that this Code Challenge should now be fixed! Thanks so much for your patience and efforts!
Danielle Simon
Courses Plus Student 3,621 PointsEh. It's very likely not an Andrew Chalkley issue. I passed this quiz on the first try within the past week or so, and now nothing works for me, either. Tried two different browsers, as well. This is just another Treehouse bug. You probably want to click on the "Support" tab and follow the instructions and maybe link to this discussion, too, so they can see others have passed it and now can't pass even though our src code hasn't changed. It looks like nothing at all comes up in the preview, and you'd think something would...but it's just a white screen.
For reference, I believe I used this when I passed:
<script src="http://code.jquery.com/jquery-3.1.0.min.js"></script>
Martin Nordström
6,807 PointsThanks for you guys input! Unfortunately nothing seems to work! So I have contacted the support on this! Hopefully it will be sorted out soon!
Cheers, Martin!
:-)
Jason Anders
Treehouse Moderator 145,860 PointsJason Anders
Treehouse Moderator 145,860 PointsHey Andrew Chalkley,
Could you have a look here. I answered this question ~a week ago (I even tested it in the challenge then and it passed, but it no longer passes). Now you are given a "Bummer! Error in precompile test"
The code I used last week is
<script src="http://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s="crossorigin="anonymous"></script>
But I guess there are a few now, you can check out the previous post
And Martin Nordström, hopefully this gets sorted out for you.