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

dig warning as output when no response #17

Open
WKobes opened this issue Aug 30, 2021 · 0 comments
Open

dig warning as output when no response #17

WKobes opened this issue Aug 30, 2021 · 0 comments

Comments

@WKobes
Copy link
Contributor

WKobes commented Aug 30, 2021

When there is no response for a specific record type, but there is a warning from dig, the warning is returned as output.

Observed output:

>>> pydig.query("*.XXXXXX.com", "A")
[';; Warning: Message parser reports malformed message packet.']

Expected output:

>>> pydig.query("*.XXXXXX.com", "A")
[]
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