-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Error after first started shared process #332
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
Comments
This thread has the answer: #121 However, even if you fix this problem, you'll run into another issue which I don't know how to fix. Specify |
So maybe I will wait a good workaround for this before running these commands. |
code-asher
added a commit
that referenced
this issue
Apr 3, 2019
code-asher
added a commit
that referenced
this issue
Jun 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code-server
version: 1.32.0-310Description
After that the first shared process has just started, I get this error :
ERROR SHARED stderr {"data":"Uncaught Exception: Error: ENOENT: no such file or directory, open '/home/theo/.local/share/code-server/Backups/workspaces.json'\n\nError: ENOENT: no such file or directory, open '/home/theo/.local/share/code-server/Backups/workspaces.json'\n at Timeout.setTimeout [as _onTimeout] (eval at exports.requireModule (/home/theo/Téléchargements/code-server-1.32.0-310-linux-x64/code-server:468:27684), <anonymous>:52540:31)\n at ontimeout (timers.js:498:11)\n at tryOnTimeout (timers.js:323:5)\n at Timer.listOnTimeout (timers.js:290:5)\n"}
However, I can access code-server in my browser.
Steps to Reproduce
./code-server
The text was updated successfully, but these errors were encountered: