Skip to content
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

Error: listen EADDRNOTAVAIL: address not available #24

Open
talentlessguy opened this issue Feb 17, 2020 · 0 comments
Open

Error: listen EADDRNOTAVAIL: address not available #24

talentlessguy opened this issue Feb 17, 2020 · 0 comments

Comments

@talentlessguy
Copy link

When I try to scan my site with this command:

fair-analytics -H v1rtl.site -p 80

I get this error:

Error: listen EADDRNOTAVAIL: address not available 35.228.53.122:80
    at Server.setupListenHandle [as _listen2] (net.js:1292:21)
    at listenInCluster (net.js:1357:12)
    at GetAddrInfoReqWrap.doListen [as callback] (net.js:1496:7)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:10)
Emitted 'error' event on Server instance at:
    at emitErrorNT (net.js:1336:8)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  code: 'EADDRNOTAVAIL',
  errno: -99,
  syscall: 'listen',
  address: '35.228.53.122',
  port: 80
}

My website loads fine, so it is available:

image

Looks like it checks an IP of now.sh instead of my website and throws an error. Even though, the address (IP address) is available:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant