google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.61k stars 692 forks source link

assistant_library_demo.py fails - flashing red button and deprecation warning #723

Open bbrendon opened 3 years ago

bbrendon commented 3 years ago

It won't detect "ok google" and the button on the top starts flashing red. Rebooting the PI stops the red button from blinking.

 $ /home/pi/AIY-projects-python/src/examples/voice/assistant_library_demo.py
/usr/local/lib/python3.7/dist-packages-linux_armv6l/google/assistant/library/assistant.py:90: DeprecationWarning: Google Assistant Library for Python is deprecated
  warnings.warn('Google Assistant Library for Python is deprecated', DeprecationWarning)
INFO:root:ON_MUTED_CHANGED:
  {"is_muted": false}
INFO:root:ON_START_FINISHED
INFO:root:Say "OK, Google" then speak, or press Ctrl+C to quit...
INFO:root:ON_MEDIA_STATE_IDLE
^CSegmentation fault
bbrendon commented 3 years ago

@rabbitmcrabbit I don't suppose you have some magic for this one too :)