You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a "domain not found" error for a domain that we purchased through Godaddy but the records are being hosted elsewhere (the only records in Godaddy are NS records). I'm assuming this will happen for any other domains like this but it didn't get to that point after erroring out.
Traceback (most recent call last):\n File "/var/task/./dnsReaper/main.py", line 149, in <module>\n asyncio.run(main())\n File "/var/lang/lib/python3.11/asyncio/runners.py", line 190, in run\n return runner.run(main)\n ^^^^^^^^^^^^^^^^\n File "/var/lang/lib/python3.11/asyncio/runners.py", line 118, in run\n return self._loop.run_until_complete(task)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/lang/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete\n return future.result()\n ^^^^^^^^^^^^^^^\n File "/var/task/./dnsReaper/main.py", line 104, in main\n domains = list(provider.fetch_domains(**args.__dict__))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/task/dnsReaper/providers/godaddy.py", line 104, in fetch_domains\n records = api.get_records(domain).json()\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/task/dnsReaper/providers/godaddy.py", line 49, in get_records\n raise DomainNotFoundError(domain)\nproviders.godaddy.DomainNotFoundError: Domain not found: <redacted>.net\n')
The text was updated successfully, but these errors were encountered:
So the error is caused because you have a domain in GoDaddy but it's configured for dns hosting elsewhere and GoDaddy just points NS records to that other provider?
So the error is caused because you have a domain in GoDaddy but it's configured for dns hosting elsewhere and GoDaddy just points NS records to that other provider?
Yes this is correct. And ok thank you, I'll do that for now!
I'm getting a "domain not found" error for a domain that we purchased through Godaddy but the records are being hosted elsewhere (the only records in Godaddy are NS records). I'm assuming this will happen for any other domains like this but it didn't get to that point after erroring out.
Traceback (most recent call last):\n File "/var/task/./dnsReaper/main.py", line 149, in <module>\n asyncio.run(main())\n File "/var/lang/lib/python3.11/asyncio/runners.py", line 190, in run\n return runner.run(main)\n ^^^^^^^^^^^^^^^^\n File "/var/lang/lib/python3.11/asyncio/runners.py", line 118, in run\n return self._loop.run_until_complete(task)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/lang/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete\n return future.result()\n ^^^^^^^^^^^^^^^\n File "/var/task/./dnsReaper/main.py", line 104, in main\n domains = list(provider.fetch_domains(**args.__dict__))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/task/dnsReaper/providers/godaddy.py", line 104, in fetch_domains\n records = api.get_records(domain).json()\n ^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/task/dnsReaper/providers/godaddy.py", line 49, in get_records\n raise DomainNotFoundError(domain)\nproviders.godaddy.DomainNotFoundError: Domain not found: <redacted>.net\n')
The text was updated successfully, but these errors were encountered: