Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

detect error when localhost is not binding #21

Closed
fengmk2 opened this issue May 24, 2017 · 0 comments · Fixed by #22
Closed

detect error when localhost is not binding #21

fengmk2 opened this issue May 24, 2017 · 0 comments · Fixed by #22
Assignees
Labels

Comments

@fengmk2
Copy link
Member

fengmk2 commented May 24, 2017

detect-port detect free port between [8003, 8013) +0ms
  detect-port get free null:8003 +7ms
  detect-port listen localhost:8003 error: Error: getaddrinfo ENOTFOUND localhost +5ms
  detect-port get free null:8004 +1ms
  detect-port listen localhost:8004 error: Error: getaddrinfo ENOTFOUND localhost +2ms
  detect-port get free null:8005 +0ms
  detect-port listen localhost:8005 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8006 +0ms
  detect-port listen localhost:8006 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8007 +0ms
  detect-port listen localhost:8007 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8008 +0ms
  detect-port listen localhost:8008 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8009 +0ms
  detect-port listen localhost:8009 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8010 +0ms
  detect-port listen localhost:8010 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8011 +0ms
  detect-port listen localhost:8011 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port get free null:8012 +0ms
  detect-port listen localhost:8012 error: Error: getaddrinfo ENOTFOUND localhost +1ms
  detect-port port: 8013 >= maxPort: 8013, give up and use random port +0ms
  detect-port get free null:56846 +0ms
port 8003 was occupied
get available port 56846
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant