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 (Retired) Introducing JavaScript JavaScript Everywhere

daniel sousa
daniel sousa
7,551 Points

I keep getting "Error loading this resource" text

self-explanatory

2 Answers

first we need to identify the exact resource its not loading

You can open up chrome developer tools (Ctrl-Shift-I, on windows) and taking a look in the console tab to see what exact resource you are not loading

Once you do that then and know what resource is missing, then you will have to take a look at either your serving application or your code to see if that file location on your server matches the location where you are telling your code the resource is located

I'm facing the same issue. Super helpfull the thread starter posted his solution.............................................

Mixed Content: The page at 'https://teamtreehouse.com/library/aesthetic-foundations/elements/space-balance-and-unity' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/rosarivo/v1/OGdIq-p0tOtBN2VMVvO9W_esZW2xOQ-xsNqO47m55DA.woff'. This request has been blocked; the content must be served over HTTPS. space-balance-and-unity:1 Mixed Content: The page at 'https://teamtreehouse.com/library/aesthetic-foundations/elements/space-balance-and-unity' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff'. This request has been blocked; the content must be served over HTTPS. application_vendor-63a2f1fa50b4cb38d663ebbdca20f07d.js:31 Mixed Content: The page at 'https://teamtreehouse.com/library/aesthetic-foundations/elements/space-balance-and-unity' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/rosarivo/v1/OGdIq-p0tOtBN2VMVvO9W_esZW2xOQ-xsNqO47m55DA.woff'. This request has been blocked; the content must be served over HTTPS. (anonymous) @ application_vendor-63a2f1fa50b4cb38d663ebbdca20f07d.js:31 application_vendor-63a2f1fa50b4cb38d663ebbdca20f07d.js:31 Mixed Content: The page at 'https://teamtreehouse.com/library/aesthetic-foundations/elements/space-balance-and-unity' was loaded over HTTPS, but requested an insecure font 'http://themes.googleusercontent.com/static/fonts/inconsolata/v5/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff'. This request has been blocked; the content must be served over HTTPS. (anonymous) @ application_vendor-63a2f1fa50b4cb38d663ebbdca20f07d.js:31 iui3 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT iui3 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT https://static.ads-twitter.com/oct.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

Is the message i get, i figured it was my https everywhere plugin in Chrome, but disabling that didnt resolve the issue.

Any thoughts?

Tnx in advance