-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Unknown interface for IP Address not 127.0.0.1 #26
Comments
@Pinwheeler, could you provide the |
Here's my logging info around it.
Ah... is this because that IP address is IPv6? Dang- do you know how to convert them? |
You can't convert all IPv6 addresses to IPv4 - there are more IPv6 addresses than there are IPv4 addresses. |
@Pinwheeler, it is indeed a bug with the |
@Pinwheeler, I have released a fix version (3.2.7). Could you please test if the issue persists using that version? |
Checked using the latest version and the issue is resolved. Thanks again! |
Glad it worked! |
Description
as in #6 but the discussion around that suggests that it's only for localhost
Steps to reproduce
Steps to reproduce the behavior:
Current behavior
The socket fails to connect with error
Unknown interface. Specify valid interface by name (e.g. "en1") or IP address.
Expected behavior
The socket should connect
Relevant information
The text was updated successfully, but these errors were encountered: