You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am getting the following error while running the emotion_detection_api(speech)
"""No handlers could be found for logger "grpc._channel" """
.
.
.
.
.
.
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Exception iterating requests!"
debug_error_string = "None"
Could you please let me know what's wrong...
The text was updated successfully, but these errors were encountered:
I am getting same error for mp3 file while trying
deep_affects_input_file_path = conversationFileName;
responses = deep_affects_client.DiarizeEmotion(
chunk_generator_from_file(deep_affects_input_file_path), TIMEOUT_SECONDS, metadata=metadata)
and while looping through
for response in responses:
print("Received message")
print(response)
Hi,
I am getting the following error while running the emotion_detection_api(speech)
"""No handlers could be found for logger "grpc._channel" """
.
.
.
.
.
.
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Exception iterating requests!"
debug_error_string = "None"
Could you please let me know what's wrong...
The text was updated successfully, but these errors were encountered: