Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No handlers found #16

Open
Moukthika13 opened this issue Sep 11, 2018 · 2 comments
Open

No handlers found #16

Moukthika13 opened this issue Sep 11, 2018 · 2 comments

Comments

@Moukthika13
Copy link

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
Copy link

Is there any solution for this?

@ishwara-bhat
Copy link

ishwara-bhat commented Aug 21, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants