Open
Description
From #141:
Failed to download using BITS. Retrying with fallback method.
ERROR:
Traceback (most recent call last):
File "manage\urlutils.py", line 450, in urlretrieve
File "manage\urlutils.py", line 137, in _bits_urlretrieve
OSError: [WinError -2147012866] Could not retrieve message
As hex, that becomes 0x80072EFE, which is WinHTTP error code 12030 that has to be loaded from a different resource DLL. We probably need some special handling in the error handler to load these ones correctly.