titom73/eos-downloader

Update requirements to avoid JSON-decoding error in some environments

Closed this issue · 0 comments

When running eos-downloader with urllib3==1.26.5 it fails to decode JSON due to 403-status returned.
This is usually hidden in environments with AVD installed due to higher urllib3 version
Please add explicit urllib3>=2.2.2 to the library requirements. Or consider another fix that will bump urllib3 version.