-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details:
OS: Linux
node: 10.23.1
npm: 6.14.10
- @google-cloud/translate: 6.1.0
which requires version^2.9.2ofgoogle-gax
Description:
google-gax 2.10.0 introduced fast-text-encoding, which breaks the compatibility with Emscripten based libaries.
Error
RangeError: Failed to construct 'TextDecoder': The encoding label provided ('utf-16le') is invalid.
Caused by
Similar to:
googleapis/google-auth-library-nodejs#626
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.