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
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
at assert (node internal/assert:14:11)
at internalConnectMultiple(node:net1118:3)
at Timeout.internalConnectMultipleTimeout (node:1687:3)
at listOnTimeout (node:internal/timers575:11)
at process.processTimers (node:internal/timers:514:7)
The text was updated successfully, but these errors were encountered:
Bug was fixed on Node.js 20.12+, please update the version of Node.js you're using (if that error comes from an Electron app, you should report that to them instead, asking them to update the version of Node.js they're using).
avivkeller
added
invalid
Issues and PRs that are invalid.
duplicate
Issues and PRs that are duplicates of other issues or PRs.
and removed
doc
Issues and PRs related to the documentations.
labels
Sep 28, 2024
Affected URL(s)
No response
Description of the problem
Uncaught exception:
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
at assert (node internal/assert:14:11)
at internalConnectMultiple(node:net1118:3)
at Timeout.internalConnectMultipleTimeout (node:1687:3)
at listOnTimeout (node:internal/timers575:11)
at process.processTimers (node:internal/timers:514:7)
The text was updated successfully, but these errors were encountered: