abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.07k stars 276 forks source link

Running into Error(500) #77

Open jalotra opened 3 years ago

jalotra commented 3 years ago

error vscode [UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character error vscode Error: [UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character at /usr/lib/code-server/lib/vscode/out/vs/server/entry.js:124:875 at new u (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:125:166) at new d (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:126:773) at Function.from (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:126:213) at n (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:546:1003) at t.Vscode.initialize (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:547:174) at async process. (/usr/lib/code-server/lib/vscode/out/vs/server/entry.js:553:517) [2021-04-09T19:50:18.382Z] error VS Code exited unexpectedly with code 1

misalraj commented 3 years ago

What do you mean? can you give an example? @jalotra

jalotra commented 3 years ago

I don't know exactly, I think there was some bug in the way codeserver handles request, but not sure.

misalraj commented 3 years ago

It should be fine. Anyway, we will update the code-server version.