assistant_library_demo.py fails - flashing red button and deprecation warning
bbrendon opened this issue · 1 comments
bbrendon commented
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
@rabbitmcrabbit I don't suppose you have some magic for this one too :)