ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address') #172
-
Hi, I got the exception for the following code. It seems you are not handling localhost for this case?
Full stack trace
|
Beta Was this translation helpful? Give feedback.
Answered by
frankie567
Apr 24, 2023
Replies: 1 comment 1 reply
-
I can't reproduce this error. It seems to come from Is your version of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hxuanhung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't reproduce this error. It seems to come from
anyio
, but normally their implementation should handle it.Is your version of
anyio
up-to-date?