-
Notifications
You must be signed in to change notification settings - Fork 90
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
Issue with starting a server on MacOS (also too many/wrong bugs printed) #4716
Comments
But when i try to set the API Host, it still doesn't work?
|
It's not that another port has something running. bash-5.2# sudo lsof -i tcp:1234 |
When running
Yes, the error is not helpful and should be improved. @CodeRabbit create an issue to improve error reported when failing to bind to a listen address
The issue you are getting is because
In your case, you are trying to bind a remote address when running a node locally. I am assuming
I think the mitigation here is to provide a better error with hints on how to fix the issue. Does that sound right? |
Tip For best results, initiate chat on the files or code changes. @wdbaruni, I've created the issue as requested: #4720. 🔗 Analysis chain🏁 Scripts executedThe following scripts were executed for the analysis: Script:
Length of output: 463 |
three bugs:
The text was updated successfully, but these errors were encountered: