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
Fix for the following stack trace;
File "wdns.pyx", line 593, in wdns.parse_message
File "wdns.pyx", line 858, in wdns.edns.__init__
TypeError: Expected str, got bytes
farsightsec#19
When trying to use pywdns to read an existing .nmsg file I run into the following error on Python3.
If I set it all up on Python2, it works fine.
Using the following;
CentOS Stream
Python 3.9
Latest pywdns commit from this repo.
Latest releases for mtbl, wdns, etc.
Stack trace
Sample Script
The text was updated successfully, but these errors were encountered: