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
Some variant of this operation has been in the code for a while, but the context has changed so much during 8.x that I decided not to follow git blame all the way back to the first addition of dns.resolver. Seemed like a waste of time.
The text was updated successfully, but these errors were encountered:
dgw
added
the
Bug
Things to squish; generally used for issues
label
Sep 9, 2022
I created this just to track it, but didn't dive into the code yet. Might be good that I didn't spend any more time because #2285 might just get rid of the cause entirely.
Stumbled into a decent reproducer for this error: a message that contains a URL terminated by a backtick `, e.g.
09:52 <+SnoopJ> does it happen for `hypothetical_language_variable = https://github.com` too
09:52 <+Sopel> Unexpected NXDOMAIN (The DNS query name does not exist: github.com`.) from SnoopJ at 2023-03-20 13:52:13.198849. Message was: does it happen for `hypothetical_language_variable = https://github.com` too
SnoopJ
added a commit
to SnoopJ/sopel
that referenced
this issue
Mar 20, 2023
The following code line raises an unhandled
dns.resolver.NXDOMAIN
for URLs at nonexistent domains:sopel/sopel/modules/url.py
Line 377 in eff60e9
Some variant of this operation has been in the code for a while, but the context has changed so much during 8.x that I decided not to follow
git blame
all the way back to the first addition ofdns.resolver
. Seemed like a waste of time.The text was updated successfully, but these errors were encountered: