This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
PSA: If you're on node 20.0.0
and above, and want to use this library with client.configuration.connection.secure === true
, use the argument --no-network-family-autoselection
#13
Closed
Description
Connecting over ws is unaffected
This is relatively rare now, but eventually, you'll get the following error:
node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^
NotSpecified: (:) [], RemoteException
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
NotSpecified: (:) [], RemoteException
at new NodeError (node:internal/errors:399:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1107:3)
at Timeout.internalConnectMultipleTimeout (node:net:1638:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_INTERNAL_ASSERTION'
}
NotSpecified: (:) [], RemoteException
Node.js v20.2.0
Metadata
Metadata
Assignees
Labels
No labels