-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Description
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet
label and
I will stop commenting.
commit: 2b37b6a
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py", line 162, in error_remapped_callable return _StreamingResponseIterator( File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py", line 88, in __init__ self._stored_first_result = next(self._wrapped) File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/grpc/_channel.py", line 475, in __next__ return self._next() File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/grpc/_channel.py", line 881, in _next raise self grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "The service is currently unavailable." debug_error_string = "UNKNOWN:Error received from peer ipv4:172.217.219.95:443 {grpc_message:"The service is currently unavailable.", grpc_status:14, created_time:"2023-03-31T13:54:00.810069295+00:00"}" >The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/speech/snippets/transcribe_streaming_voice_activity_events_test.py", line 37, in test_transcribe_streaming_voice_activity_events
responses = transcribe_streaming_voice_activity_events.transcribe_streaming_voice_activity_events(
File "/workspace/speech/snippets/transcribe_streaming_voice_activity_events.py", line 75, in transcribe_streaming_voice_activity_events
responses_iterator = client.streaming_recognize(
File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/google/cloud/speech_v2/services/speech/client.py", line 1635, in streaming_recognize
response = rpc(
File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/gapic_v1/method.py", line 113, in call
return wrapped_func(*args, **kwargs)
File "/workspace/speech/snippets/.nox/py-3-10/lib/python3.10/site-packages/google/api_core/grpc_helpers.py", line 166, in error_remapped_callable
raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 The service is currently unavailable.