-
Notifications
You must be signed in to change notification settings - Fork 478
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
Problems with IPv6-only hosts #28
Comments
Heyho @hobarrera, worldweatheronline does not seem to support IPv6 yet. At least there is no AAAA DNS entry for the API domain. You would have to ask them to support IPv6, I can't fix it. |
I have NAT64, so the server does not need to explicitly support this. Most IPv6 users have transitions mechanisms in place (otherwise, half the internet would be unreachable)
This is a client issue, not server issue. |
Hm, from the error message in your first comment it seems the api.worldweatheronline.com domain could not be resolved to an IPv6 address (It resolves to the IPv4 address). Maybe your DNS64 also provides the A record, which it should not? This golang issue could be related as well. |
It's providing the IPv6 address, as tested via
Sorry, I was unaware that this was written in golang. golang has known issues with IPv6 (and that's why it's generally not recommended for application need network connectivity). I'm pretty sure it'll be an upstream issue (I actually reported the 2014 issue you liked above, amongst others). I guess it's sort-of-ok to close this, and keep track of golang/go#8124 and golang/go#5707 |
I tagged it as invalid, but will leave it open for now so other users can find it quickly. |
Sounds great. |
Given this is 7 years old, I'm not sure there is any longer a point to keep this open. |
The text was updated successfully, but these errors were encountered: