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

HTML How to Make a Website Creating HTML Content Add Social Media Links

Arthur Morgan
Arthur Morgan
5,919 Points

Strange error code when adding facebook and twitter to the footer element.

I add the code in on challenge task too and I get this error message.

[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: https://wac.a8b5.edgecastcdn.net/80A8B5/static-assets/assets/application-456c17435e9890f465ae40cb28a5aa28.js :: .send :: line 22" data: no]

Any ideas what that might mean?

2 Answers

it seems like there was an error on treehouse's server, try again it should work :)

Marvin Abella
Marvin Abella
6,378 Points

It looks like the error is back. I usually use Firefox, then I tried Chrome, it doesn't show the error but I still can't get pass the challenge question even though I've inputted the right answer.

<footer>

  <a href="http://facebook.com/test"><img src="img/facebook-wrap.png" alt="Facebook Logo"></a>
  <a href="http://twitter.com/test2"><img src="img/twitter-wrap.png" alt="Twitter logo"></a>

</footer>

Marvin Abella
Marvin Abella
6,378 Points

I had to re-install a fresh Chrome. It worked!