I was making a request with tor
import requests
proxies = {"http":"socks5h://locahost:9050","https":"socks5h://localhost:9050"}
r = requests.get("http://httpbin.org/ip",proxies=proxies).content
print r
When executed, the error appears
As...
asked by
30.12.2018 / 00:16