Name resolution for the name timed out after none of the configured DNS servers responded.
You're getting this:
Name resolution for the name <URL> timed out after none of the configured DNS servers responded.
One of the resolutions is to adjust a few network parameters:
netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled
netsh int ip set global taskoffload=disabled
Then set these registry options:
regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
EnableTCPChimney=dword:00000000
EnableTCPA=dword:00000000
EnableRSS=dword:00000000
Cheers,
Tom K.