Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uhd_images_downloader.py ignores HTTP proxy environment variables #583

Open
davidskun opened this issue Apr 11, 2022 · 0 comments
Open

uhd_images_downloader.py ignores HTTP proxy environment variables #583

davidskun opened this issue Apr 11, 2022 · 0 comments
Labels

Comments

@davidskun
Copy link

Issue Description

It appears that uhd_images_downloader.py does not read the values of the environment variables, HTTP_PROXY & HTTPS_PROXY, for setting the proxy global variable, _PROXIES, whose keys are 'http' and 'https'. Suggest updating the code to pre-populate the global variable, _PROXIES

Setup Details

Run current version of uhd_images_downloader.py behind a proxy

Expected Behavior

Setting the HTTP_PROXY & HTTPS_PROXY environment variables will download the FPGA images from Ettus.

Actual Behavior

_PROXIES is an empty dictionary so no FPGA images can be downloaded behind a HTTP/HTTPS/ proxy

Steps to reproduce the problem

Run uhd_images_downloader.py behind a proxy

Additional Information

None

@mbr0wn mbr0wn added the bug label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants