Issues filed here should be about bugs for a specific extension in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
firestore-send-emailfirestore-send-email throw an unhandled error at cold start :
Unhandled error occurred during processing: { Error
at Http2CallStream.call.on (/srv/node_modules/@grpc/grpc-js/build/src/client.js:96:45)
at emitOne (events.js:121:20)
at Http2CallStream.emit (events.js:211:7)
at process.nextTick (/srv/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickDomainCallback (internal/process/next_tick.js:219:9)
code: 13,
details: '',
metadata: Metadata { options: undefined, internalRepr: Map {} },
note: 'Exception occurred in retry method that was not classified as transient' }
Mail send / or send retry
Mail not sent and not retried
Thanks for the report! @laurenzlong would you be able to help take a look at this?
I think it'll be linked to https://github.com/firebase/firebase-functions/issues/536
A problem in the grpc implementation.
In my own functions I have the same problem and I rollback dependencies to :
"firebase-admin": "7.4.0",
"firebase-functions": "2.3.1"
Thanks for the helpful issue link @rphlmr! The best course of action is to implement the suggestion in https://github.com/firebase/firebase-functions/issues/536#issuecomment-531923813. I confirmed with Sebastian, author of that comment, who works on Firestore, and he confirmed that was the most reliable thing to do at the moment. This bug also affects not just firestore-send-email, but other extensions that write to Firestore also. I'll make a PR for this.
Hi :)
Thanks for the PR.
I have a stupid question, excuse me, but do we'll receive an email when updates are released ?
Or where will you publish patch notes ?
Hi @rphlmr if you would like to be informed of new releases, you can click the "watch" button at the top right corner of this page, and then select "releases only".
Thanks everyone for the 0.1.1 ;)
You're welcome! Thanks for reporting!
Hi everyone,
I'm using Trigger mail Version 0.1.2 and just have same issue today ...
Unhandled error occurred during processing: { Error
at Http2CallStream.call.on (/srv/node_modules/@grpc/grpc-js/build/src/client.js:96:45)
at emitOne (events.js:121:20)
at Http2CallStream.emit (events.js:211:7)
at process.nextTick (/srv/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickDomainCallback (internal/process/next_tick.js:219:9)
code: 13,
details: '',
metadata: Metadata { options: undefined, internalRepr: Map {} },
note: 'Exception occurred in retry method that was not classified as transient' }
that was not supposed to be fixed since November on version 0.1.1 ?
Got the same with 0.1.2:
Unhandled error occurred during processing: { Error
at Http2CallStream.call.on (/srv/node_modules/@grpc/grpc-js/build/src/client.js:96:45)
at emitOne (events.js:121:20)
at Http2CallStream.emit (events.js:211:7)
at process.nextTick (/srv/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickDomainCallback (internal/process/next_tick.js:219:9)
code: 13,
details: '',
metadata: Metadata { options: undefined, internalRepr: Map {} },
note: 'Exception occurred in retry method that was not classified as transient' }
Most helpful comment
Thanks everyone for the 0.1.1 ;)