-
Notifications
You must be signed in to change notification settings - Fork 82
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
ETIMEDOUT is reported as internal #682
Comments
From the Node.js documentation:
Mapping to Unavailable seems reasonable. Do you know what the underlying issue was? |
Unfortunately it is from our extension error telemetry. I can only assume that it is some user network issue, but we do get many of them so would be nice to separate from actual internal issues. |
Original stack frame here:
so it came from here: https://github.com/bufbuild/connect-es/blob/76b17edbbc4c0d4c98d1de8eb754192835458054/packages/connect-node/src/node-universal-client.ts#L328 |
Thanks for the stack trace and the PR, @akosyakov. Fixed by #686. |
version: 0.10.0
grpc-node reports it as unavailable: https://github.com/grpc/grpc-node/blob/186718cb70af708c75584909b21169289d7363b2/packages/grpc-js/src/subchannel-call.ts#L243
The text was updated successfully, but these errors were encountered: