PySocks icon indicating copy to clipboard operation
PySocks copied to clipboard

Unable to switch proxy port

Open ahaha-yu opened this issue 3 years ago • 0 comments

i used the code socks.set_default_proxy(socks.SOCKS5, "localhost") socket.socket = socks.socksocket This is working fine, when I want to switch a different proxy port, it returns an error saying I can't connect, I confirmed that my proxy port is fine. err: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

ahaha-yu avatar Apr 18 '22 06:04 ahaha-yu