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

invalid ip is shown when given a text file with urls #178

Open
Owatron opened this issue Jun 25, 2023 · 0 comments
Open

invalid ip is shown when given a text file with urls #178

Owatron opened this issue Jun 25, 2023 · 0 comments

Comments

@Owatron
Copy link

Owatron commented Jun 25, 2023

Traceback (most recent call last):
File "/usr/local/bin/interlace", line 33, in
sys.exit(load_entry_point('Interlace==1.9.8', 'console_scripts', 'interlace')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/interlace.py", line 34, in main
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/lib/threader.py", line 112, in init
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/interlace.py", line 11, in task_queue_generator_func
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/lib/core/input.py", line 265, in process_data_for_tasks_iterator
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/lib/core/input.py", line 225, in _process_targets
File "/usr/local/lib/python3.11/dist-packages/Interlace-1.9.8-py3.11.egg/Interlace/lib/core/input.py", line 212, in parse_and_group_target_specs
File "/usr/local/lib/python3.11/dist-packages/netaddr/ip/init.py", line 1399, in init
self._start = IPAddress(start, flags=flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/netaddr/ip/init.py", line 305, in init
raise AddrFormatError('failed to detect a valid IP '
netaddr.core.AddrFormatError: failed to detect a valid IP address from ''

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