-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
get error: getaddrinfo EAI_BADFLAGS on android #3771
Comments
How (i.e. through what API) are you resolving domain names? |
Is this the Possibly related - nodejs/node-v0.x-archive#8540 |
@cjihrig |
@cjihrig if (process.platform !== 'freebsd' && process.platform !== 'android')
dnsopts.hints |= dns.V4MAPPED; it works fine now. Thanks |
@Jssly out of curiosity, what is the value of |
Fixed in c64018e |
I'm seeking some feedback about how Node.js is used on Android if anyone watching this thread would like to tell us about it: nodejs/build#359 |
I compiled 4.2.2 for android, however when it try to resolve a domain, it alway returns getaddrinfo EAI_BADFLAGS xxxx.com
The text was updated successfully, but these errors were encountered: