pydig icon indicating copy to clipboard operation
pydig copied to clipboard

dig warning as output when no response

Open WKobes opened this issue 3 years ago • 0 comments

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")
[]

WKobes avatar Aug 30 '21 18:08 WKobes