Error: Received network error or non-101 status code. #3836
Unanswered
IrocNinoNiel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Do you have a minimal repro? The error is straightforward -- the websocket server is returning a response other than 101. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 😊
I hope you're doing well! I need some help with an issue I'm facing when connecting to Amazon Neptune using WebSockets.
Everything works perfectly when I use Node.js version 20.18, but when I upgrade to version 22 or higher, I start getting this error:
Error: Received network error or non-101 status code. at failWebsocketConnection (node:internal/deps/undici/undici:11629:18) at Object.processResponse (node:internal/deps/undici/undici:11842:13) at node:internal/deps/undici/undici:10623:23 at node:internal/process/task_queues:151:7 at AsyncResource.runInAsyncScope (node:async_hooks:211:14) at AsyncResource.runMicrotask (node:internal/process/task_queues:148:8) at processTicksAndRejections (node:internal/process/task_queues:105:5)Beta Was this translation helpful? Give feedback.
All reactions