Skip to content
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

[bug] Firebase dependency issue #76

Open
yashmurty opened this issue Apr 27, 2020 · 1 comment
Open

[bug] Firebase dependency issue #76

yashmurty opened this issue Apr 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@yashmurty
Copy link
Member

I saw this strange error in the logs.
We might face this sooner or later.
We can investigate this later if we run in to it quite often. 🙏

2020-04-24T11:23:48.889Z	690de5f8-b3e5-4b4f-b238-0af7bf0c6d13	ERROR	Uncaught Exception 	
{
    "errorType": "Error",
    "errorMessage": "14 UNAVAILABLE: No connection established",
    "code": 14,
    "details": "No connection established",
    "metadata": {
        "internalRepr": {},
        "options": {}
    },
    "stack": [
        "Error: 14 UNAVAILABLE: No connection established",
        "    at Object.callErrorFromStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call.js:30:26)",
        "    at Object.onReceiveStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/client.js:327:49)",
        "    at Object.onReceiveStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:303:181)",
        "    at Http2CallStream.outputStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:114:27)",
        "    at Http2CallStream.maybeOutputStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:153:22)",
        "    at Http2CallStream.endCall (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:140:18)",
        "    at Http2CallStream.cancelWithStatus (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:441:14)",
        "    at ChannelImplementation.tryPick (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/channel.js:214:32)",
        "    at ChannelImplementation._startCallStream (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/channel.js:244:14)",
        "    at Http2CallStream.start (/opt/nodejs/node_modules/@grpc/grpc-js/build/src/call-stream.js:418:22)"
    ]
}

Found these related issues on github.
grpc/grpc-node#1064
googleapis/nodejs-pubsub#890

@yashmurty yashmurty added the bug Something isn't working label Apr 27, 2020
@vamsiambati
Copy link

Looks like this is internet issue...in my case after changing the isp solved this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants