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

Exception during start #48

Open
alustinoff opened this issue Nov 1, 2023 · 0 comments
Open

Exception during start #48

alustinoff opened this issue Nov 1, 2023 · 0 comments

Comments

@alustinoff
Copy link

alustinoff commented Nov 1, 2023

python3.11.2
debian 12

python3 altdns -i known.txt -o data_output -w www.txt -r -s results.txt
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.11/dist-packages/altdns/__main__.py", line 170, in get_cname
    resolver = dns.resolver.Resolver()
               ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/dns/resolver.py", line 944, in __init__
    self.read_resolv_conf(filename)
  File "/usr/local/lib/python3.11/dist-packages/dns/resolver.py", line 1041, in read_resolv_conf
    self.nameservers = nameservers
    ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/dns/resolver.py", line 1232, in nameservers
^C    self._enrich_nameservers(nameservers, self.nameserver_ports, self.port)
  File "/usr/local/lib/python3.11/dist-packages/dns/resolver.py", line 1199, in _enrich_nameservers
Traceback (most recent call last):
  File "/usr/local/bin/altdns", line 8, in <module>
    raise ValueError(
ValueError: nameserver no is not a dns.nameserver.Nameserver instance or text form, IP address, nor a valid https URL
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/altdns/__main__.py", line 338, in main
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