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

Show helpful error message when port has already been used #42

Closed
wwwillchen opened this issue Feb 1, 2024 · 1 comment
Closed

Show helpful error message when port has already been used #42

wwwillchen opened this issue Feb 1, 2024 · 1 comment
Labels
product excellence Improving developer experience, UI and errors

Comments

@wwwillchen
Copy link
Collaborator

  • Check if port has been used using portpicker.is_port_free
  • Message for killing process on port:
    • For Linux: fuser -k {port}/tcp
    • For Mac: lsof -t -i:32123 | xargs kill
@wwwillchen wwwillchen added the product excellence Improving developer experience, UI and errors label Feb 2, 2024
@wwwillchen
Copy link
Collaborator Author

Already shows an error message when a port is used. We can wait for user signal before implementing port killing message.

@wwwillchen wwwillchen closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product excellence Improving developer experience, UI and errors
Projects
None yet
Development

No branches or pull requests

1 participant