You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast to the rest of the SDK functions, the tracker does not work behind a web proxy.
If I get it right, it's because the http.request in line 37 of tracking/pricing.py will only get a response if a direct connection to https://pricing.us-east-1.amazonaws.com is available. In our company environment my dev machine where I run the Jupyter notebook has to go out via HTTP(S)_PROXY.
The text was updated successfully, but these errors were encountered:
arthurhobspice
changed the title
tracker does not work behind proxy
tracker should work behind HTTP proxy
Oct 26, 2022
In contrast to the rest of the SDK functions, the tracker does not work behind a web proxy.
If I get it right, it's because the http.request in line 37 of tracking/pricing.py will only get a response if a direct connection to https://pricing.us-east-1.amazonaws.com is available. In our company environment my dev machine where I run the Jupyter notebook has to go out via HTTP(S)_PROXY.
The text was updated successfully, but these errors were encountered: