-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback #19
Comments
Example with inputs: $ peerfinder --asn 6939 20940 --ix Does work for other ASN combos though... $ peerfinder --asn 6939 16509 --ix |
Getting this when trying to run peerfinder today. Has worked in the past for me.
Traceback (most recent call last):
File "/home/user/.local/bin/peerfinder", line 8, in
sys.exit(main())
File "/home/user/.local/lib/python3.8/site-packages/peerfinder/peerfinder.py", line 84, in main
ix_set = [pdb_to_ixp(ix) for _, ix in ix_dedup.items()]
File "/home/user/.local/lib/python3.8/site-packages/peerfinder/peerfinder.py", line 84, in
ix_set = [pdb_to_ixp(ix) for _, ix in ix_dedup.items()]
File "/home/user/.local/lib/python3.8/site-packages/peerfinder/peerfinder.py", line 105, in pdb_to_ixp
subnet4=[IPv4Address(i) for i in netixlan_set["ipaddr4"]],
File "/home/user/.local/lib/python3.8/site-packages/peerfinder/peerfinder.py", line 105, in
subnet4=[IPv4Address(i) for i in netixlan_set["ipaddr4"]],
File "/usr/lib/python3.8/ipaddress.py", line 1257, in init
self._ip = self._ip_int_from_string(addr_str)
File "/usr/lib/python3.8/ipaddress.py", line 1144, in _ip_int_from_string
raise AddressValueError("Expected 4 octets in %r" % ip_str)
ipaddress.AddressValueError: Expected 4 octets in 'None'
The text was updated successfully, but these errors were encountered: