-
Notifications
You must be signed in to change notification settings - Fork 694
Command: assistant_library_demo.py for Voice 1.0 not working #688
Comments
Can you try to implement the solution given at #658 (comment) and see if it works for you ? |
@manoj7410 Same issue here. Once you do that you get...
Full
|
More info (I think)
|
Looks like this might be related to googlesamples/assistant-sdk-python#345 |
Can you run "pip3 install google-assistant-library==1.0.0" and then try the assistant library demo ? |
I think I have fixed the issue. I tried out the solution for Issue #658. I opened the file and changed the code from “-1” to “preferred=true”. And so I tried it again but it didn’t work saying that true was undefined. After trying out some other thing so decided to try and follow the path that it was giving me for the original problem and changed “preferred=true” to “-1”. I ran the command “./assistant_library_demo.py” again but instead of the error code it gave me the link for authorization. Now however I have been given a segmentation fault. Which is the problem that jrgleason has currently. The joys of coding. EDIT: YES IT WORKS!! |
I've just tried the above solution and it is still giving a segmentation fault. RaspPi3b+, version 1 of AIY, latest Raspbian image. EDIT: right after I posted I decided to try pip3 install google-assistant-library==1.0.0 instead. It worked that way, so it is supported as it turns out! |
@rfjohnso ok thx I’ll update I’m comment. |
Um I may have done this issue thing wrong but I’ve set up my voice kit and am trying to run the demo on it. But keep giving me the same error code.
I’ve asked a relative for help who’s a programmer but we haven’t been able to solve the issue.
The text was updated successfully, but these errors were encountered: