ItsWendell / google-assistant-desktop-client

A Cross-Platform client for Google Assistant, written in NodeJS / Electron.
136 stars 21 forks source link

Shortcut and Voice Input not working #14

Open capstan1 opened 5 years ago

capstan1 commented 5 years ago

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?
ItsWendell commented 5 years ago

@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!