Error in websocket [Error: Server sent no subprotocol #17017
Unanswered
lijju-matt-root
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to existing JupyterHub Server(on EMR master node) from my local computer(Mac) and and running into below issue. The JupyterHub UI opens fine on the local computer and able to access, but connecting to it from VSCode is getting the error. Have set up the certs as well.
14:01:26.035 [error] Error in websocket [Error: Server sent no subprotocol
at ClientRequest. (~/.vscode/extensions/ms-toolsai.jupyter-hub-2024.5.1002432242/dist/extension.node.js:6406:11)
at ClientRequest.emit (node:events:518:28)
at TLSSocket.socketOnData (node:_http_client:598:11)
at TLSSocket.emit (node:events:518:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:189:23)]
14:01:26.423 [info] Started session for kernel startUsingRemoteKernelSpec:51c4bc52302291eeca696ad33b7d9ba9f4ed1bc8330bb9fef43cbf275affd29e..pysparkkernel./python./.-m#sparkmagic.kernels.pysparkkernel.pysparkkernel
14:01:50.333 [info] Kernel successfully started
14:01:50.394 [error] Exception while handling messages: TypeError: First argument to DataView constructor must be an ArrayBuffer
14:01:50.394 [error] Exception while handling messages: TypeError: First argument to DataView constructor must be an ArrayBuffer
Beta Was this translation helpful? Give feedback.
All reactions