SEERNET / deepaffects-python

Python library for DeepAffects API
https://developers.deepaffects.com
MIT License
11 stars 9 forks source link

No handlers found #16

Open Moukthika13 opened 5 years ago

Moukthika13 commented 5 years ago

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...

gcunhase commented 5 years ago

Is there any solution for this?

ishwara-bhat commented 4 years ago

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?