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
and correspondingly in the VS Code Jupyter debug logging I see:
13:54:04.444 [error] Error in websocket: (403) Forbidden, undefined, Headers = {"content-length":"2984","content-type":"text/html","date":"Fri, 13 Dec 2024 12:54:04 GMT","server":"TornadoServer/6.4.2","set-cookie":["_xsrf=MnwxOjB8MTA6MTczNDA5NDQ0NHw1Ol94c3JmfDYwOk9rcDVXV3RwVldJNFRWWm5ha1ZPYlZkalpWaE5WRUpNY1VOTGJrVXdSSGRoZWpCWFZFSkhaMnQ0VWxrOXxhZjBmMWI0NmY0ODA5NGExYWRkNDMxNDEyYjcyYjlmYmVhNWI4ZjU4Mzg4MTYzYjViN2NlNmQzNWU5ZTk0Zjll; Max-Age=3600; Path=/user/kotra/"]}
13:54:04.445 [error] Error in websocket Error: Unexpected server response: 403
at ClientRequest.<anonymous> (/Users/~/.cursor/extensions/ms-toolsai.jupyter-2024.8.1-darwin-arm64/dist/extension.node.js:24:27806)
at ClientRequest.emit (node:events:531:35)
at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:698:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:540:22)
at TLSSocket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at TLSSocket.Readable.push (node:internal/streams/readable:390:5)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:191:23)
The text was updated successfully, but these errors were encountered:
hnykda
added
the
bug
Issue identified by VS Code Team member as probable bug
label
Dec 13, 2024
Hi!
I am running in z2jh and I am trying to connect from vs code studio via jupyter/jupyterhub extension. It’s version z2jh 4.0.0 JupyterHub helm charts | JupyterHub’s Helm chart repository which uses Jupyterhub 5.2.1. It was working on 3.3.8 which has Jupyterhub 4.1.6. And I used the latest extension version. The remote connection works when using https://blog.jupyter.org/connect-to-a-jupyterhub-from-visual-studio-code-ed7ed3a31bcb this approach, but not via the extension.
This is what I see in the user's jupyter pod:
and correspondingly in the VS Code Jupyter debug logging I see:
The text was updated successfully, but these errors were encountered: