windbg can't download symbol again

When download symbol with !sym noisy , got following message

SYMSRV:  BYINDEX: 0x37
         d:\windows kits\10\debuggers\x64\sym
         urlmon.pdb
         B205A00BC7F7028A2A3973FFB49C6AF21
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\urlmon.pdb - path not found
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\urlmon.pd_ - path not found
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\file.ptr - path not found
SYMSRV:  RESULT: 0x80070003
SYMSRV:  BYINDEX: 0x38
         d:\windows kits\10\debuggers\x64\sym*https://msdl.microsoft.com/download/symbols
         urlmon.pdb
         B205A00BC7F7028A2A3973FFB49C6AF21
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\urlmon.pdb - path not found
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\urlmon.pd_ - path not found
SYMSRV:  UNC: d:\windows kits\10\debuggers\x64\sym\urlmon.pdb\B205A00BC7F7028A2A3973FFB49C6AF21\file.ptr - path not found
SYMSRV:  HTTPGET: /download/symbols/urlmon.pdb/B205A00BC7F7028A2A3973FFB49C6AF21/urlmon.pdb
SYMSRV:  HttpSendRequest: 800C2EFF - ERROR_INTERNET_CONNECTION_RESET
SYMSRV:  RESULT: 0x800C2EFF
DBGHELP: C:\WINDOWS\SYSTEM32\urlmon.pdb - file not found
DBGHELP: urlmon.pdb - file not found
DBGHELP: urlmon - export symbols
00007ff8`33a048c0 urlmon!AsyncGetClassBits ()
00007ff8`33a50420 urlmon!AsyncInstallDistributionUnit ()

but I can download the symbol in browser with the url :

https://msdl.microsoft.com/download/symbols/urlmon.pdb/B205A00BC7F7028A2A3973FFB49C6AF21/urlmon.pdb

Please help. Many thanks!

If you will forgive the obvious question, does your Docker container have internet access? I have not become a Docker guy, so I’m not sure what that implies. Is it possible your internet connection is getting reset, as it says?

@Tim_Roberts said:
IDocker container
I’m not using any Docker.

Sorry, I mixed up your question with the one immediately before it.