Chrome give error **Failed to load resource: net::ERR_NAME_NOT_RESOLVED** while other browser load images

后端 未结 4 947
夕颜
夕颜 2021-01-02 10:01

when i open my site in google chrome it give error failed to load resource my images is not showing only in chrome browser but open on other browser can any

相关标签:
4条回答
  • 2021-01-02 10:45

    I had the same issue. I'm working on Windows 8.1 system and had the problem with almost every page in Google Chrome, IE 11 and Firefox.

    This is what worked for me. Run CMD as administrator and execute the following commands:

    ipconfig /flushdns
    ipconfig /renew
    ipconfig /registerdns
    

    I did not have to restart my PC, but everything worked again and all pages on the internet were avalible again.

    0 讨论(0)
  • 2021-01-02 10:46

    I've spent weeks fighting with this problem on 2 different unrelated computers, even unable to ping Yahoo.com and having variety of connectivity issues in web browsers, including "DNS_PROBE_FINISHED_NXDOMAIN" and "ERR_NAME_NOT_RESOLVED". I've tried various ipconfig commands, restarting DNS client service, "netsh winsock reset", and other solutions found on the internet.

    Finally I realized the only common thing on both my computers was Malwarebytes. After closing/exiting Malwarebytes the problem was solved. I am now able to ping and access every website. The solution, again, at least in my case: close Malwarebytes

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

    0 讨论(0)
  • 2021-01-02 10:52

    As a quick test to see if that's your problem, start Chrome in incognito mode with extensions disabled (ctrl+shift+n) and see if your page works now. Note that by default all extensions will be already disabled in incognito mode unless you've specifically set them to run (via chrome://extensions). please refer to this

    0 讨论(0)
  • 2021-01-02 11:01

    This can be caused if the URL supplied is wrong, this was my case.

    0 讨论(0)
提交回复
热议问题