Open scythargon opened 6 years ago
Have you solved this problem?
@xucheng2008 nope, I believe I gave up on this
The solution is simple. Just replace "s.set_proxy(socks.SOCKS5, '195.201.21.5', 1080, 'argon', 'rknshouldnotpass')" with "s.set_proxy(socks.SOCKS5, '195.201.21.5', 1080, username='argon', password='rknshouldnotpass')".. That worked for me.!
In my case, socks5 configure didn't have proper setting -- after permit all from intended origin
, error has gone :)
Hi! I've used this Docker image to setup a Socks5 proxy on my remote server https://hub.docker.com/r/serjs/go-socks5-proxy/ and it seem to be working:
But your library fails to connect:
Could you please tell me what am I missing here?
Thanks!