how to use proxy #1196
shaohuanews
started this conversation in
General
Replies: 4 comments
-
Maybe the problem is in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Works fine This example uses proxies from WebShare: #434 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@adw0rd Thanks for the test. does the proxy has to be the same country you are currently in? also did you test the login after using the proxy? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue, created a PR to fix it: #1212 |
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
-
I'm trying to use proxy to login, the way i do is something like:
self.client = Client()
self.client.set_proxy(f"http://{username}:{passward}@{ip}:{port}")
self.client.login(username="xxx", password="xxx")
I tried several different proxies, but none of them working. Is there any suggestion on the proxy selection and way to use it?
Beta Was this translation helpful? Give feedback.
All reactions