Closed Vendarr closed 7 years ago
When trying to connect through a proxy following error occurs:
Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required',))
Changingheaders=h to proxy_headers=h in telepot.api.set_proxy works
headers=h
proxy_headers=h
https://github.com/shazow/urllib3
Same problem here. Thanks for that information. Now its working. Hope this error get fixed very soon.
When trying to connect through a proxy following error occurs:
Changing
headers=h
toproxy_headers=h
in telepot.api.set_proxy workshttps://github.com/shazow/urllib3