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?
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?