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
Feature Idea
I looked and wasn't able to find an answer to my question, I beleive it could be a new feature?
OverPy version
0.7
Python version
Python 3.5
Summary
I have an http proxy that can't be automatically resolved by urllib, I can export proxy_http variables etc. so I can't use overpy in that environment since it will throw and error (URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>)
Steps to reproduce
normal use of overpy
Expected results
Being able to configure a proxy or list of proxies to use, like this:
Issue type
I looked and wasn't able to find an answer to my question, I beleive it could be a new feature?
OverPy version
Python version
Summary
I have an http proxy that can't be automatically resolved by urllib, I can export proxy_http variables etc. so I can't use overpy in that environment since it will throw and error (URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>)
Steps to reproduce
normal use of overpy
Expected results
Being able to configure a proxy or list of proxies to use, like this:
Then being able to use them for a query or initiating the API:
or
Actual results
New config will be used.
The text was updated successfully, but these errors were encountered: