-
Notifications
You must be signed in to change notification settings - Fork 1.7k
google.gax.errors.GaxError #4885
Description
Thank you for reporting an issue to google-cloud-python!
If you are reporting an issue or requesting a feature, please search the
existing open and closed issues to see if there is already work being done.
- https://github.com/GoogleCloudPlatform/google-cloud-python/issues
- http://stackoverflow.com/questions/tagged/google-cloud-python
If you can provide us with as much of the following information as possible it
will help us identify the cause of your issue more quickly.
1.Speech-Recognization
2. Ubunto 16.04
3. Python 2.7
4. Python 2.7
5. Waiting for operation to complete...
Traceback (most recent call last):
File "transcribe_async.py", line 100, in
transcribe_gcs(args.path)
File "transcribe_async.py", line 81, in transcribe_gcs
response = operation.result(timeout=None) #90
File "/usr/local/lib/python2.7/dist-packages/google/gax/init.py", line 596, in result
raise GaxError(self._operation.error.message)
google.gax.errors.GaxError
6. use https://storage.googleapis.com/staging.deeplearning-193422.appspot.com/test1.mp3 in transcribe_async.py
7. Run from google cloud shell python transcribe_async.py gs://staging.deeplearning-193422.appspot.com/test1.mp3
Using GitHub flavored markdown can help make your request clearer.
See: https://guides.github.com/features/mastering-markdown/