-
Notifications
You must be signed in to change notification settings - Fork 127
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
Be resilient against unexpected end of JSON input #430
Comments
Same issue here:
|
Same issue here, can't sus this one out! |
So this is caused by having Looks to be nodejs/node#22042? |
OK digging further this only happens in apps for us that include |
Raised: googleapis/google-cloud-node#4384 |
Also raised nodejs/node#48598, I think this is the root cause of the bug. In doctor, it causes a SIGABRT because of this line: https://github.com/clinicjs/node-clinic-doctor/blob/00749d83f04cb30ed24e91f29e89ad25e267ac33/injects/sampler.js#L22 |
interestingly this isn't a problem on node16, only 18 |
Currently experiencing this on latest versions of 16, 18, 20, and 21. |
The text was updated successfully, but these errors were encountered: