-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporter not IPv6-capable #132
Comments
This is a shortcoming in the Python standard library; see https://bugs.python.org/issue24209. |
Got it working by setting |
Nothing for us to do here it seems. |
It should be fixed in
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The exporter does not listen on IPv6 addresses. Explicitly asking it to listen to IPv6 address(es) gives an "unknown address family" error.
I used this example code:
To reproduce the error message, replace
by
The text was updated successfully, but these errors were encountered: