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 trialIvan Starcevic
2,851 PointsMy devtools gives out 2 different errors:DevTools failed to load source map: Could not load content for chrome-extension
When i open my console on workshop website i get this error in console:
"DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/iframe_handler.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME"
here in the middle I have my console.log command
and after that its this error: "DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/content.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME"
My code worked normally, its just that these errors keep popping up in my console and I cant figure out what they are.
1 Answer
Jason Larson
8,361 PointsThose errors are coming from an extension that you have loaded in Chrome. If you click on that link in the Dev Tools, it should pull up the name of the extension in the address bar, followed by the error. You can confirm this by temporarily disabling that extension and seeing if the error goes away.