This problem happens most often for not getting the internet connection or misconfigured internet or network settings.

Also in those cases, you might also receive the error and it says Error code:


ERR_CONNECTION_TIMED_OUT or DNS_PROBE_FINISHED_NXDOMAIN error.



1. Reset Internet Connection 


Even if your internet connection is working, this error can appear. By restarting your router/Wi-Fi modem can often resolve this problem. 



2. Clear your browser cache, history and cookies.


  • Open Chrome browser.
  • At the top right, click More icon.
  • Click "More tools" > Clear browsing data .
  • At the top, choose a time range. To delete everything, select All time.
  • Next to "Cookies and other site data" and "Cached images and files," check the boxes.
  • Click Clear data.



3.Reset Chrome Settings

  • Open Chrome browser.
  • At the top right, click More icon.
  • Select Settings from menu option.
  • At the bottom, click Advanced.
  • Under Reset and cleanup click Reset Settings and then Reset Settings.



4.Change IPv4 DNS Address


In Windows, you can do this by navigating to Control Panel > Network and Internet > Network and Sharing Center, and then selecting the Change Adapter Settings option.


Right-click on your active internet connection and select Properties. On the list that appears, select Internet Protocol Version 4 (TCP/IPv4), and click on Properties once more:



Enter this Google public DNS server address:

  • Prefered DNS Server: 8.8.8.8
  • Alternate DNS Server: 8.8.4.4

Tick on Validate settings upon exit > click OK.



5. Restart DNS client/Flush Your DNS Cache


  • This starts your Windows command prompt.
  • Type net stop dnscache to stop the service.
  • It may take a few seconds for the DNS service to stop.
  • Type net start dnscache to the command prompt and "Enter."
  • This restarts the DNS service on the machine.


net-start dns client


  • To reset the DNS cache and remove all entries from it, run the following command: ipconfig /flushdns.
  • If everything went well, the result should be "Successfully flushed the DNS Resolver Cache".


ipconfig /flushdns




6. Disable firewall and antivirus


Firewall can block pages and prevent your computer from establishing a connection to them. You can temporarily disable your firewall and antivirus software, and try visiting the site again. 



7.Run the Windows Network Troubleshooter

  • Type “Run” into your computer’s search bar via the Start Menu and open the run program module.
  • Type “ncpa.cpl” into the run program to open up the network connections box.
  • Find your active internet connection in the network connections window, right-click it, and hit the diagnose option.
  • Give the network troubleshooter program some time to run. If the problem, it finds is a “DHCP is not enabled for wireless network connection” you will want to repair this problem as an administrator.
  • Click on “Try these repairs as an administrator” and on the next prompt, apply the fix.
  • Reboot the computer to see if the issue is fixed.



8. Reset your TCP/IP address


1. Run and launch the Command Prompt module by typing “cmd

2. xecute the following commands: 

3. Enter after each line.

  • ipconfig /release
  • ipconfig /all
  • ipconfig /flushdns
  • ipconfig /renew
  • netsh int ip reset
  • netsh winsock reset

4. Once these are done, restart your computer.