You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
code-server
version: 1.408-vsc1.32.0Description
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
The text was updated successfully, but these errors were encountered: