Skip to content
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

Open
Acalanum opened this issue Jun 6, 2024 · 0 comments
Open

Traceback #19

Acalanum opened this issue Jun 6, 2024 · 0 comments

Comments

@Acalanum
Copy link

Acalanum commented Jun 6, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant