Skip to content

Error events.js:183 #408

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

Closed
juanmaioli opened this issue Apr 3, 2019 · 2 comments
Closed

Error events.js:183 #408

juanmaioli opened this issue Apr 3, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@juanmaioli
Copy link

Description

On start fail with this error

juan@server:~/code-server1.408-vsc1.32.0-linux-x64 $ ./code-server
INFO code-server v1.408-vsc1.32.0
INFO Additional documentation: http://github.com/codercom/code-server
INFO Initializing {"data-dir":"/home/juan/.local/share/code-server","working-dir":"/home/juan/code-server1.408-vsc1.32.0-linux-x64","log-dir":"/home/juan/.cache/code-server/logs/20190403015055217"}
INFO Starting webserver... {"host":"0.0.0.0","port":8443}
WARN No certificate specified. This could be insecure.
WARN Documentation on securing your setup: https://coder.com/docs
INFO
INFO Password: da72d89827c89498bc27a815
INFO
INFO Started (click the link below to open):
INFO http://localhost:8443/
INFO
events.js:183
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE 0.0.0.0:8443
at u.setupListenHandle [as _listen2] (net.js:1360:14)
at listenInCluster (net.js:1401:12)
at doListen (net.js:1510:7)
at _combinedTickCallback (internal/process/next_tick.js:142:11)
at process._tickCallback (internal/process/next_tick.js:181:9)

Steps to Reproduce

only execute code-server on /bin directory

@juanmaioli juanmaioli added the bug Something isn't working label Apr 3, 2019
@nol166
Copy link
Contributor

nol166 commented Apr 3, 2019

@juanmaioli Looks like your port is in use.

To kill the process that is using it:
kill $(lsof -t -i :8443)

@kylecarbs
Copy link
Member

Seems to be fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants