Replies: 1 comment
-
Found the answer, from the environment variables set the proxy before running streamlit . export http_proxy="http://ip:port" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get a http request that requires a proxy. Right now will get an error
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='xxxxxxxxx', port=443): Max retries exceeded with url: /api/v1/courses?per_page=100 (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 503 Service Unavailable')))
Beta Was this translation helpful? Give feedback.
All reactions