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 Basics Hello, JavaScript! JavaScript Challenge Solution

Issues in the console when using the provided solution

I'm getting the following errors - even though the solution runs as anticipated:

script.js:13 Message destroyed! /favicon.ico:1 Failed to load resource: the server responded with a status of 404 (Not Found)

DevTools failed to load SourceMap: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/iframe_handler.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

DevTools failed to load SourceMap: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/content.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME

I'm pretty sure it is trying to load resources from the treehouse server - is anyone else getting this stuff?

THanks! Cory

2 Answers

Cameron Childres
Cameron Childres
11,817 Points

Hey Cory,

I'd assume the favicon error is from Treehouse, I run in to the same one from time to time but it has no effect on your code.

The two other errors are from an extension you have added to Chrome. If you google the long jumble of letters included in the error you'll find that it's coming from McAfee SiteAdvisor/WebAdvisor. These don't point to anything wrong with your code either, jusrt an issue with the extension.

Thanks for the help - I wasn't too worried because the code was working but thought maybe it was coming from the treehouse site. I'll see if disabling the webadvisor add on temporarily cleans up the situation.

Thanks so much for the quick response!