This seems to be an issue with this line
if we got a twisted.names.error.DomainError
if (isinstance(failure.value, tn.error.DomainError) and
isinstance(failure.value.message, tn.dns.Message)
and a later reference to msg = failure.value.message as message was deprecated in place of args
This seems to be an issue with this line
if we got a twisted.names.error.DomainError
and a later reference to msg = failure.value.message as message was deprecated in place of args