Speech: Obscure encoding error message
See original GitHub issueUsing the wrong encoding for the file results in an error that does not easily point to the right cause.
self._exceptiongoogle.api_core.exceptions.GoogleAPICallError:
None Unexpected state: Long-running operation had neither response nor
error set.
See #4885 for background info.
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (7 by maintainers)
Top Results From Across the Web
How to solve unicode encoding issues - Invivoo
In ths new article, our expert will explain you how to solve unicode encoding issues. If you have any question, don't hesite to...
Read more >Mojibake - Wikipedia
Mojibake is the garbled text that is the result of text being decoded using an unintended character encoding. The result is a systematic...
Read more >Toward a Theory of Grammatical Encoding in Speech ...
I will employ a corpus of speech error data in this study, identifying for analysis error subtypes that will shed light on aspects...
Read more >a practical guide to understanding decoding errors - brokkr.net
I will talk about decoding more than encoding because I am focused on errors. When I see text gone awry I assume it...
Read more >Opening a text file, and receiving a encoding error, tried ...
For your particular case, I tried all Python 3 supported encoding types ... Run this code on your machine and you'll get a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Issue is still active for the Google Cloud Speech API in Python (diarization).
I’m also experiencing the same problem with python 3.5, 3.6 and 3.7, with the gcloud command it works.
also using any previous version of
google-cloud-speech
doesn’t work, seems that’s a backend error