-
Notifications
You must be signed in to change notification settings - Fork 692
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
UnhandledPromiseRejectionWarning: Error: getaddrinfo ENOTFOUND <my hostname> #437
Comments
I'm also experiencing this issue. Using node |
Yep, Also noticed that in the course of just a few weeks the version of this package jumped from While there is nothing wrong with releases coming this fast, it kinda raises curiosity about what exactly changed in the last weeks that made the need to increment so many versions. |
same here |
+1 { npm: '5.6.0',
ares: '1.10.1-DEV',
cldr: '32.0',
http_parser: '2.8.0',
icu: '60.1',
modules: '57',
napi: '3',
nghttp2: '1.29.0',
node: '8.11.2',
openssl: '1.0.2o',
tz: '2017c',
unicode: '10.0',
uv: '1.19.1',
v8: '6.2.414.54',
zlib: '1.2.11' } @kazzkiq I too wondered the same thing. I checked my global modules for what's outdated and saw that jump. Strange. |
Same here, had to downgrade to |
The issue is this line but the unhandled promise is masking an underlying issue where I was able to fix the errors (again, at least on my local machine) by replacing line 176 with this:
I'm not super familiar with this library or with what |
When lookup fails, it throws an exception, that prevent other code from being executed fixes #437
Same issue with node v10.13.0 and serve 10.1.1. |
The text was updated successfully, but these errors were encountered: