Unable to determine SOCKS version from socks

后端 未结 2 500
忘了有多久
忘了有多久 2021-01-06 23:52

Using proxy connection (HTTP Proxy : 10.3.100.207, Port 8080). Using python\'s request module\'s get function, getting following error:

\"Unable to determine SOCKS v

相关标签:
2条回答
  • 2021-01-07 00:40

    Try export all_proxy="socks5://10.3.100.207:8080" if you want to use socks proxy.

    Else export all_proxy="" for no proxy. Hope This works. :D

    0 讨论(0)
  • 2021-01-07 00:43

    I resolved this problem by removing "socks:" in_all_proxy.

    0 讨论(0)
提交回复
热议问题