-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: 80bdf5b
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last):
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 162, in error_remapped_callable
return _StreamingResponseIterator(
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 88, in __init__
self._stored_first_result = next(self._wrapped)
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 475, in __next__
return self._next()
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 881, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "While calling Cloud Speech API: Invalid recognition 'config': single_utterance=true not supported for this model."
debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.20.95:443 {created_time:"2023-03-28T22:31:49.679227814+00:00", grpc_status:3, grpc_message:"While calling Cloud Speech API: Invalid recognition \'config\': single_utterance=true not supported for this model."}"
>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/workspace/dialogflow/analyze_content_stream_test.py", line 79, in test_analyze_content_audio_stream
participant_management.analyze_content_audio_stream(
File "/workspace/dialogflow/participant_management.py", line 169, in analyze_content_audio_stream
responses = client.streaming_analyze_content(requests=requests)
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/dialogflow_v2beta1/services/participants/client.py", line 1312, in streaming_analyze_content
response = rpc(
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 113, in call
return wrapped_func(*args, **kwargs)
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/timeout.py", line 120, in func_with_timeout
return func(*args, **kwargs)
File "/workspace/dialogflow/.nox/py-3-8/lib/python3.8/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.InvalidArgument: 400 While calling Cloud Speech API: Invalid recognition 'config': single_utterance=true not supported for this model.