iv-org / smart-ipv6-rotator

IPv6 rotator for specific subnets - unblock restrictions on IPv6 enabled websites (Google by default but customizable for others)
GNU Affero General Public License v3.0
81 stars 11 forks source link

Debian 11 & 12 not working #20

Closed PrivacyOsint2 closed 7 months ago

PrivacyOsint2 commented 7 months ago

/usr/local/lib/python3.11/dist-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.12) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " [INFO] You have IPv6 connectivity. Continuing. [INFO] No cleanup of previous setup needed. Traceback (most recent call last): File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 310, in SmartIPv6Rotator() File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 53, in init getattr(self, args.command)() File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 183, in run ipv6_network = IPv6Network(args.ipv6range) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/ipaddress.py", line 2227, in init raise ValueError('%s has host bits set' % self) ValueError: myaddress:1/64 has host bits set

PrivacyOsint2 commented 7 months ago

I have followed the guide: https://docs.invidious.io/ipv6-rotator/#if-you-are-running-invidious-in-docker

Unable to make this work in Debian 11 & 12.

My command: sudo python3 smart-ipv6-rotator.py run --ipv6range=YOURIPV6SUBNET/64

unixfox commented 7 months ago

You need to pass the subnet and not a single ipv6 address.

Please read again the guide.

PrivacyOsint2 commented 7 months ago

Thank You