Suddenly seeing this weird error related to dns.rdtypes.ANY.SOA.SOA #1932
-
Hey everyone!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
DNS errors are typically issues related to eventlet's networking implementation. Have you done an eventlet upgrade, or maybe a Python upgrade? That could have inadvertently introduced an incompatibility between Python and eventlet. Edit: I actually found a report of this issue with a workaround in the eventlet bug tracker: eventlet/eventlet#781 |
Beta Was this translation helpful? Give feedback.
DNS errors are typically issues related to eventlet's networking implementation. Have you done an eventlet upgrade, or maybe a Python upgrade? That could have inadvertently introduced an incompatibility between Python and eventlet.
Edit: I actually found a report of this issue with a workaround in the eventlet bug tracker: eventlet/eventlet#781