google chrome console "Failed to load resource" problems - google-chrome

I have a page and when I open it in google chrome and see in the console of the debugging tool, I get the following message as shown in the picture.
I do not have those four .gif images and I do not need them too but from where and how am I getting this error message? I have NOT used those four images in any of my code but still getting those message, I could not understand.
Any suggestions?

Check your CSS. They are likely getting loaded there.

Don't forget to check browser add-ons and plugins. Some of them works in background and produce some errors the browser shows you in the console.

Related

Webpage timing out on resource that isn't included in HTML

I am building a simple webpage (http://www.riffomonas.org/reproducible_research/) using Jekyll that is taking a long time to load on Safari. On Firefox and Chrome it loads instantly. In Safari, when I go in to the Web Inspector, it has two errors. The first...
Failed to load resource: The request timed out
The resource it was trying to get is http://api.pubpeer.com/v2/pubposts?filter=doi&devkey=PubMedSafari.
The second...
TimeoutError (DOM Exception 23): The operation timed out.
It's indicating that it was trying to access PP.js
The weird thing to me is that neither the API link or the Javascript are referenced in the code or the rendered HTML.
Any suggestions?
It turns out that the problem was the PubPeer Safari extension, which they are no longer supporting. Once I removed the extension everything worked great.

Slider is all of a sudden not working on site

I have not changed anything on my website and all of a sudden the front page slider is not working.
http://solutionsfortravel.com/
Can someone please give an recs as to why?
Thanks
You have a lot of errors in the console - you can use Google Chrome's developer tools to look for missing files and Javascript errors.
https://developer.chrome.com/devtools
You can also get similar tools in Firefox, Opera and Internet Explorer (other browsers are available)
A quick look at the console shows this error, which is to do with some kind of slider library judging by it's name.
jquery.nivo.slider.pack.js?ver=3.3.5:12 Uncaught TypeError: d is not a function
You should really try and fix all the errors you're getting though
In Google Chrome developers, console part shows the error:
Uncaught TypeError: $(...).datepicker is not a function
Try to resolve this problem with datepicker

Chrome Console Bug When Debugging Javascript

Chrome console tells you what line in the parsed file JavaScript syntax errors are located. Every once in a while, when I click on the link to take me to see the actual code of where the error is, I get a blank screen in the console. If I open up the same page inside Firefox with Firebug, I can see the error code without any issues.
Is this a known error in Chrome? If so, are there any ways to remedy it?
Here is an official list of known issues with Google Chrome. It doesn't seem like that is one of the known issues. I would try again and see if it happens again.

Getting 'data-wssurvey' when using bootstrap

Is that bootstrap's own thing that he/she/it uses to do something? Or is that an abnormal behavior? I see that in my Inspect Element feature of Google Chrome whereas I didn't wrote it in my markup. See this screenshot:
I believe that little tag is being added by the "Webpage Screenshot" extension.
On my computer, I went to chrome://extensions/ then disabled "Webpage Screenshot Capture" and the data-wssurvey attribute disappeared.
Also, there was a javascript error message appearing in the console for every page I loaded, and that went away after disabling the webpage screenshot capture extension.

Userscripts error in Chrome

I'm not working with userscripts at the moment, I just noticed the following error when checking the Network tab for the page I'm working on to see what it's doing (It's taking forever to serve my GET request).
Uncaught ReferenceError: unsafeWindow is not defined
chrome-extensions://bpcnnanbbiobnpfamcdpkopledhphmh/fbex.js:864
Can anyone tell me what this is?
Thanks!
This is caused by the Extension Hear Youtube. It doesn't appear to have any adverse effect on other websites.