No response from API
fynntimes opened this issue · 1 comments
fynntimes commented
After saying something, it simply says "No response from API."
15:54:09.321 [main] INFO com.mautini.assistant.demo.client.audio.AudioRecorder - Listening, tap enter to stop ...
15:54:24.634 [Thread-6] INFO com.mautini.assistant.demo.client.audio.AudioRecorder - End of the capture
15:54:24.637 [main] INFO com.mautini.assistant.demo.api.AssistantClient - Requesting the assistant
15:54:25.535 [grpc-default-executor-2] INFO com.mautini.assistant.demo.api.AssistantClient - Event type : END_OF_UTTERANCE
15:54:26.553 [grpc-default-executor-2] INFO com.mautini.assistant.demo.api.AssistantClient - End of the response
15:54:26.553 [main] INFO com.mautini.assistant.demo.GoogleAssistantClient - No response from the API
15:54:26.568 [main] INFO com.mautini.assistant.demo.client.audio.AudioRecorder - Listening, tap enter to stop ...
mautini commented
Generally this message appears when the server does not receive message from the client. You can check the object data request
you're sending (in GoogleAssistantClient.java
).
May be there is a problem during the sound acquisition, I tested the project with the built-in microphone on a macbook pro...