dorontur1808 / r-u-dead-yet

Automatically exported from code.google.com/p/r-u-dead-yet
0 stars 0 forks source link

Error in configuration proxy #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Config proxy  proxy on other port, then 9050

What is the expected output? What do you see instead?
SocketError

What version of the product are you using? On what operating system?
v2.0

Please provide any additional information below.
--self.s.setproxy(PROXY_TYPE_SOCKS4,"127.0.0.1",9050)
++self.s.setproxy(PROXY_TYPE_SOCKS4,self.proxy_addr,self.proxy_port)

Original issue reported on code.google.com by livere...@gmail.com on 26 Nov 2010 at 11:19

GoogleCodeExporter commented 8 years ago
Are you trying to daisy-chain proxies?

Original comment by ravivr@gmail.com on 8 Jan 2011 at 1:41