Closed Sailor676 closed 7 years ago
Thank you for reporting an issue with AlexaPi.
Make sure you are running the latest version of AlexaPi before submitting.
Check out our Wiki, and make sure to look at Debugging, and Audio debugging in particular before filing an issue.
In order to help troubleshooting, be sure to include the following information:
Output of the audio debugging script.
Your OS (including version) where you are running AlexaPi:
Python release (python2 --version
):
Problem-relevant config.yaml
entries:
input_device: "???"
allow_unlisted_input_device: ???
playback_handler: "???"
output: "???"
output_device: "???"
Emerick
Thank you for a fast response. I appreciate any pointers.
OS: Raspbian GNU/Linux 8 (jessie) Python2: Python 2.7.9 (default, Sep 17 2016, 20:26:04) Relevant config.yaml entries:
sound:
input_device: "default"
allow_unlisted_input_device: false
playback_handler: "vlc"
output: "alsa"
output_device: "softvol"
default_volume: 60
Audio debugging script output: alsa-info.txt Full config.yaml (anonomised): config.yaml.txt
Don't know if this helps or not, but at one point we discovered that the AIY hat uses some pins that AlexaPi has designated as GPIO.
You might try changing platform to "dummy" and see if that helps.
Thank you maso27. Yes, the platform is set to "dummy" in my config.yaml to avoid the GPIO conflict you refer to. (It didn't work at all with it set otherwise).
If this is still a problem, you can:
For information, I stopped using AlexaPi and instead used the Amazon javascript client which works flawlessly (once you discover how to autostart it - see YouTube).
@Sailor676 can you provide instruction on how you got Alex's to run in the Google aiy voice kit? I'm currently using GassistPi to run google assistant but I want to also run Alexa if I can
I have AlexaPi functioning on a RPi3 with Google AIY hat. All works perfectly except only the first 2 seconds of the Alexa response is actually played. The full response is received and saved correctly and the debug log [incorrectly?] shows player state timings that should play the entire response.
Any ideas?
Many thanks.