Skip to content

BITS errors are not loaded properly #142

Open
@zooba

Description

@zooba

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions