-
Notifications
You must be signed in to change notification settings - Fork 30k
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
AssertionError [ERR_ASSERTION]: false == true #26351
Comments
@nodejs/http I don't have any insight. Too bad the @dhirendra24 Reproduction can be difficult, for you as well as us, but it would be helpful to have more information on the app. |
It is a really simple app with a single endpoint using micro and calling an another endpoint using axios. Other than that, it is using dotenv, winston & @sentry/node. |
Do you have the stacktrace from the error Axios threw? If it was thrown from inside a callback or event listener (which is pretty likely) its possible the error passed up through node.js core js and left its internal state in a mess. |
Stacktrace from axios error is
|
Without more information this is not actionable. Closing. Can reopen if new information is available. |
What steps will reproduce the bug?You just need to run prettier on this file, using the html parser:
Notice that there is no space between What is the expected behavior?(This is secondary on this repo) What do you see instead?
Additional informationI did not register a separate bug because it's not really terrible in my use case, but found very little information online about that error, stumbled upon this post, and thought that you could use more informations on this bug, because I think it is the same bug in both cases. Obviously using prettier I can understand that this is a parsing error, but it will be confusing for other modules, such as in OP's case. |
@deStMathieu your error is independent from the one originally reported here (even though it shares the same message). If you look at the stack trace you can see that it occurred inside prettier. You could as such check prettier's issue tracker. |
Duly noted. Cheers! |
I've had several crashes with the following stack trace:
Additional Data:
The text was updated successfully, but these errors were encountered: