-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
code-server
version:- OS Version: Ubuntu Server 16
Description
When I run code server, everything works and I can connect, but after about 2 minutes (I haven't done anything in this time) I get this error:
Error: ENOENT: no such file or directory, open '/src/packages/server/build/web/favicon.ico'
INFO WebSocket opened / {"client":1,"ip":"172.17.0.1"}
internal/child_process.js:366
throw errnoException(err, 'spawn');
^
Error: spawn ENOMEM
at ChildProcess.spawn (internal/child_process.js:366:11)
at Object.spawn [as _spawn] (child_process.js:538:9)
at t.async (/src/packages/server/out/cli.js:504:34598)
at e.exports (/src/packages/server/out/cli.js:504:34099)
at e (/src/packages/server/out/cli.js:504:32722)
at Timeout.u [as _onTimeout] (/src/packages/server/out/cli.js:504:33015)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
Steps to Reproduce
- Start code server using docker command
- Wait
- After about 2 minutes, the following error appears
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working