Skip to content
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

Notebook server not starting when using Remote - SSH #75

Open
qiemem opened this issue Sep 29, 2022 · 1 comment
Open

Notebook server not starting when using Remote - SSH #75

qiemem opened this issue Sep 29, 2022 · 1 comment

Comments

@qiemem
Copy link

qiemem commented Sep 29, 2022

I have typescript-notebook working locally, but when I try to use it while remote-sshed into another machine, executing cells will spin forever. The "TypeScript Kernel" output lists:

Starting node /home/<omitted>/.vscode-server/extensions/donjayamanne.typescript-notebook-2.0.6/out/extension/server/index.js & listening on 33199 & websock on 33119
Server Exited, error: [Error: spawn node ENOENT
	at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
	at onErrorNT (node:internal/child_process:478:16)
	at processTicksAndRejections (node:internal/process/task_queues:83:21)] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawn node',
  path: 'node',
  spawnargs: [
    '--inspect=33199',
    '/home/<omitted>/.vscode-server/extensions/donjayamanne.typescript-notebook-2.0.6/out/extension/server/index.js',
    '--port=33119',
    '--config=/tmp/tmp-6114-KFnCBzLRE3K5-.json'
  ]
}
Server Exited, code = -2

on my local machine (MacOS), I had been getting the same error and it turned out to be a PATH problem, so I'm guess something similar is going on here, but my attempts to fix it thus far have failed.

@yiy142
Copy link

yiy142 commented Mar 20, 2023

same here. did you mange to fix this? @qiemem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants