Giter Club home page Giter Club logo

python-socks5's People

Watchers

James Cloos avatar

python-socks5's Issues

Error connecting to IPv6 site

What steps will reproduce the problem?
1. Connect to a site that has an IPv6 address (ie, www.Google.com)
2. socks.py will get to line 620: connect() and then "dest_addr, dest_port = 
dest_pair"
3. If the connection was over IPv6, the dest_pair will be a tuple with 4 
components, not 2 like with IPv4. 

What is the expected output? What do you see instead?
A connection

What version of the product are you using? On what operating system?
Ubuntu 14.04, Python 2.7.6, SockssPy Version 1.5.3

Please provide any additional information below.
I hacked the code to make it work as follows:
dest_addr = dest_pair[0]
dest_port = dest_pair[1]
dest_pair = (dest_addr, dest_port)

And then it works just fine with IPv6! But this is a mere hack.

Original issue reported on code.google.com by [email protected] on 17 Apr 2015 at 7:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.