google-assistant-desktop-client icon indicating copy to clipboard operation
google-assistant-desktop-client copied to clipboard

Shortcut and Voice Input not working

Open capstan1 opened this issue 5 years ago • 1 comments

I'm running the client on Windows 10 with npm start.

I can input text using the textbox and the assistant will respond visually and by voice. However the shortcut and the voice input aren't doing anything. I can hear the beep and the icon changes. But afterwards nothing happens

> [Assistant SDK] Starting conversation...
renderer.js:44805 Starting conversation, type:  voice input undefined
renderer.js:45474 something went wrong starting the player... DOMException: The play() request was interrupted by a new load request. https://goo.gl/LdLk22
renderer.js:44880 Audio player ready...
renderer.js:44838 Response:  
renderer.js:44311 The assistant is ready.
renderer.js:45424 [Audio Player] Player is waiting on data...
renderer.js:44898 [Assistant Client] Player is done talking?

capstan1 avatar Nov 08 '18 19:11 capstan1

@capstan1 sorry for the late response, I just updated a few packages and upgraded electron to 4.0.3 instead of 4.0.4 because of some gRPC build issues. I just tested on MacOS and Linux (Fedora) and seems to work fine!

ItsWendell avatar Feb 11 '19 10:02 ItsWendell