This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
gax fix v0.26 - when will it hit cloudspeech ? #343
Labels
api: speech
Issues related to the googleapis/nodejs-speech API.
status: investigating
The issue is under investigation, which is determined to be non-trivial.
It looks like fixes were made in
googleapis/gax-nodejs#403
for:
Bad credentials (or missing) throws UnhandledPromiseRejectionWarning
And the cloudspeech changelog for 2.31 says:
Bug Fixes
fix: throw on invalid credentials (#302)
But the cloudspeech npm 2.3.1 package is still referencing gax v0.25.0
and I still get UnhandledPromiseRejectionWarning when supplying bad creds
for new SpeechClient();
I see on master branch the gax is updated to v0.26.0.
Is a release coming soon that will include this?
The text was updated successfully, but these errors were encountered: