question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't deploy: Error ENOTFOUND

See original GitHub issue

Can’t deploy this.

I get a cryptic error message saying:

Sun Jul 15 2018 22:19:18 GMT+0000 (UTC) – fetching
> [0] events.js:183
> [0]       throw er; // Unhandled 'error' event
> [0]       ^
> [0]
> [0] Error: getaddrinfo ENOTFOUND HB1iBOkiV3PKDlmNp2ip5eS1

How to fix this?

Thanks a lot!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
serranoarevalocommented, Jul 18, 2018

I forgot to meantion that i deleted everything on the slackin.js and only left:

slackin(flags).listen(port, hostname, function(err) {
  if (err) throw err;
  if (!flags.silent)
    console.log("%s – listening on %s:%d", new Date(), hostname, port);
});

Of course I added the keys into the flags object.

0reactions
allmarkedupcommented, Aug 8, 2018

I’m having this same issue. I’ve previously deployed it on Now with no problems but something must have changed since then. If anyone else has ideas on how to get it working again it’d be much appreciated!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error deploying to App Service Environment
Deploying to an App Service that's running in an ASE. Pipeline is reporting: Error: Failed to fetch Kudu App Settings. Error: Error: getaddrinfo...
Read more >
Node.js getaddrinfo ENOTFOUND - Stack Overflow
My issue was that within my nodejs script I was making a request to the wrong url and this error was thrown. –...
Read more >
azure devops - Deployment Error: getaddrinfo ENOTFOUND ...
We're using the App Service Environment because the app requires access to resources in our private network (internal API and LDAP servers).
Read more >
While trying to deploy functions to Function Apps it failed with ...
getaddrinfo ENOTFOUND means the client was not able to connect to the given address. Can you please confirm if you are making any...
Read more >
Help with ENOTFOUND error on first time deploy of Strapi v4
Hi! This is my first time deploying Strapi v4 on render. Combining information from the Strapi on Render deployment guide and the Strapi...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found