Chrome error gives error ** Failed to load resource: net :: ERR_NAME_NOT_RESOLVED **, while other downloaded browser images

when I open my site in Google Chrome, it gives an error failed to load the resource . My images do not appear only in the Chrome browser, but they open in another browser, can any body help, and how to solve this problem enter image description here

+4
css google-chrome
source share
3 answers

I had the same problem. I am working on a Windows 8.1 system and ran into a problem on almost every page in Google Chrome, IE 11 and Firefox.

This is what worked for me. Launch CMD as an administrator and run the following commands:

ipconfig /flushdns ipconfig /renew ipconfig /registerdns 

I did not have to restart the computer, but everything worked again, and all the pages on the Internet were accessible again.

+6
source share

As a quick test, to see if your problem is, start Chrome in incognito mode with the extensions disabled (ctrl + shift + n) and see if your page is working now. Please note that by default, all extensions will be disabled in incognito mode, unless you specifically launched them to run (via chrome: // extensions). refer to this question

+5
source share

I spent weeks struggling with this problem on two different unrelated computers, couldn't even ping Yahoo.com and had many connection problems in web browsers, including "DNS_PROBE_FINISHED_NXDOMAIN" and "ERR_NAME_NOT_RESOLVED". I tried various ipconfig commands, restarting the DNS client service, "netsh winsock reset" and other solutions found on the Internet.

Finally, I realized that the only thing that was on my computers was Malwarebytes. After closing / exiting Malwarebytes, the problem was resolved. Now I can ping and access each website. The solution, again, at least in my case: close Malwarebytes

I just contacted Malwarebytes support, but in the meantime I wanted to provide this possible solution here.

0
source share

All Articles