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

Overly complex error for "Address already in use" #19

Closed
jeyj0 opened this issue Mar 28, 2022 · 2 comments
Closed

Overly complex error for "Address already in use" #19

jeyj0 opened this issue Mar 28, 2022 · 2 comments

Comments

@jeyj0
Copy link
Contributor

jeyj0 commented Mar 28, 2022

This is the error that is thrown if 8000/8001 are already in use, which seems overly long and complex for a probably relatively common error:

docker: Error response from daemon: driver failed programming external connectivity on endpoint vibrant_banach (b72db00e7396d0f1bc7602e1c468a5de6ef48482d54542e38acd6e73d558b826): Error starting userland proxy: listen tcp4 0.0.0.0:8001: bind: address already in use.
@mpscholten
Copy link
Member

This error is from docker directly. I'm not aware of any possible solution on how we can improve the experience here. Any ideas?

@jeyj0
Copy link
Contributor Author

jeyj0 commented Mar 29, 2022

I know. I don't have any ideas right now, but I ran into it and had an issue where my terminal cut off too early, so I didn't see the actual error. I don't think there's much we can do, but I wanted to put it down in case someone has an epiphany.

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

2 participants