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
>>> r.pack()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/peter/.local/lib/python3.12/site-packages/dnslib/dns.py", line 335, in pack
rr.pack(buffer)
File "/home/peter/.local/lib/python3.12/site-packages/dnslib/dns.py", line 888, in pack
self.rdata.pack(buffer)
^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'pack'
A DNSRecord instance such as
will fail to pack() with the following error:
AttributeError: 'str' object has no attribute 'pack'
I believe the source of the error is
dnslib/dnslib/dns.py
Line 831 in 724f94e
The text was updated successfully, but these errors were encountered: