-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unknown error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals. #50893
Comments
Same issue here. |
Duplicate of #48763, which is due to #44731. cc @ShogunPanda |
This should have been fixed in #51045. Once it gets in 21.x or 20.x please let me know if you have additional problems. |
@ShogunPanda is there any ETA for the fix to get to 20.x? Thanks. |
MongoDB Compass has encountered an unexpected error my node version v20.13.1 |
@naveenjpr MongoDB Compass uses Electron, which internally uses a different Node.js version. Can you please tell us the MongoDB version? |
mongodb-windows-x86_64-7.0.11-signed (1).msi |
mongo db version mongodb-windows-x86_64-7.0.11-signed (1).msi |
Looks like the most recent version of MongoDB Compass uses |
So that's the issue. We've fixed this in #51045 which was late incorporated in Node.js 20.12.0. @naveenjpr Once Compass updates its Electron version you should be good to go. |
Version
20.9.0
Platform
x86_64 x86_64 x86_64 GNU/Linux
Subsystem
aws 22.04.1-Ubuntu SMP
What steps will reproduce the bug?
i don't know
but i use some node_modues
pm2, mqtt, child_process
How often does it reproduce? Is there a required condition?
just once
What is the expected behavior? Why is that the expected behavior?
no any error
What do you see instead?
node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^
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
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v20.9.0
Additional information
I'm not sure it's my wrong or not, but at v10.24.1 & v18.12.1 never appeared
The text was updated successfully, but these errors were encountered: