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

while starting the server #40

Open
RamyaKadaari opened this issue Jun 11, 2020 · 1 comment
Open

while starting the server #40

RamyaKadaari opened this issue Jun 11, 2020 · 1 comment

Comments

@RamyaKadaari
Copy link

RamyaKadaari commented Jun 11, 2020

Hi,
I am getting this error while starting the server : listen EADDRINUSE: address already in use :::8081
Can you tell me the reason for this error?? and also after successfully getting this should we type in some command before starting the client??
Screenshot from 2020-06-11 19-56-32

Screenshot from 2020-06-11 20-15-18

@fbdb
Copy link

fbdb commented Jul 1, 2020

try this: lsof -ti :8081 | xargs kill -9
refer to this stackoverflow comment for more info: https://stackoverflow.com/a/4086015

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