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.63k stars 694 forks source link

segmentation fault on_start_conversation() #632

Open jeronimojoe opened 5 years ago

jeronimojoe commented 5 years ago

Raspberry Pi 3 B+, new Raspbian Stretch. I am running the assistant library sdk without any AIY kit hats etc, AIY code from here: https://github.com/google/aiyprojects-raspbian. my mic/speaker are via a usb adapter using alsaaudio only, no pulseaudio. Everything re device registration, authentication etc works fine. Whenever on_conversation_start() is called, either by using 'OK Google" hotword or from my code, seg fault happens.

run task called EventType.ON_MUTED_CHANGED EventType.ON_START_FINISHED Pick up the phone, and dial 1 to answer your questions EventType.ON_MEDIA_STATE_IDLE lifting handset dial finished, clicks: 10 ring tone finished EventType.ON_CONVERSATION_TURN_STARTED Segmentation fault

Many thanks if anyone can help

andrewtvuong commented 5 years ago

What if it requires specific AIY hardware to work? Do you get the same issue when using the kit? Segmentation fault indicates something is missing.