Cannot proxy #1589
Unanswered
mytja
asked this question in
Potential Issue
Cannot proxy
#1589
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I used your library and I used following code:
But no matter what I tried, I got a error. The proxy URL works just fine with
requests
library.urllib
also has this bug, butrequests
, which is built on top of (not-already included with Python)urllib3
works just fine.First I got timeout error, so I added no timeout. Then I got
WinError 10060
. One time I got error from httpx,404 Not Found
, then I gothttpx.ProxyError: _ssl.c:1107: The handshake operation timed out
. So a lot of errors 😓Thank you so much for looking into it
Beta Was this translation helpful? Give feedback.
All reactions