I\'m trying to connect to a resource using a tor, changing identity. But after the first connection attempt to change identity causes an error. Code:
import
Interesting. I wonder if...
socket.socket = socks.socksocket
is causing _make_socket() to get a non-standard socket, and in turn bulk. If you use PycURL instead does it work?
_make_socket()