torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

Tor has a new ORPort listeners by default #70

Closed dgoulet-tor closed 3 years ago

dgoulet-tor commented 3 years ago

Tor git master just merged its support to automatically have an IPv6 ORPort by default. Which means that ORPort 9001 for instance will both open a listener on 0.0.0.0 and [::] leading in this error with test_get_listeners and test_get_ports:

https://travis-ci.org/github/torproject/tor/jobs/710747893#L3773

Second list contains 1 additional elements.
First extra element 1:
('::', 1113)

- [('0.0.0.0', 1113)]
+ [('0.0.0.0', 1113), ('::', 1113)]
atagar commented 3 years ago

Thanks David! Fixed.

https://gitweb.torproject.org/stem.git/commit/?id=435b980