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

address already in use #592

Open
jack-solutions opened this issue Oct 14, 2023 · 1 comment
Open

address already in use #592

jack-solutions opened this issue Oct 14, 2023 · 1 comment

Comments

@jack-solutions
Copy link

No matter what it ends up with below error

python: init
Traceback (most recent call last):
File "/home/lenovo/Desktop/Digital-Beings/server/grpc/handler.py", line 45, in init
self.server = server('127.0.0.1', int(os.getenv('TCP_PORT')), self)
File "/home/lenovo/Desktop/Digital-Beings/server/grpc/tcpServer.py", line 10, in init
self._socket.bind((host, port))
OSError: [Errno 98] Address already in use

i am trying to run it with non docker method and when i do npm run start it ends up with above error. if someone could help me to run it that would be great!

@jack-solutions
Copy link
Author

any one who can help?

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

1 participant