Open Moukthika13 opened 6 years ago
Is there any solution for this?
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)
Same code works for .wav format.
Anyone found solution?
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...