alexa-pi/AlexaPi

Alexa says hello and doesn't answer

Open

#388 opened on Mar 24, 2018

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (1,324 stars) (402 forks)batch import
audiohelp wantednot a bug

Description

Alsa report log: https://pastebin.com/M3zCP6V8

Description of problem: My usb mic won't work, infact when I try the record test, #(arecord -f S16_LE -r 16000 -D your_input_device test.wav) I get:

"ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM your_input_device
arecord: main:788: audio open error: No such file or directory"

Furthermore I get a lot of ALSA errors when I check for the AlexaPi status:

Mar 24 18:27:20 raspberrypi python[456]: ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory
Mar 24 18:27:20 raspberrypi python[456]: ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa
Mar 24 18:27:20 raspberrypi python[456]: connect(2) call to /tmp/jack-999/default/jack_0 failed (err=No such file or directory)
Mar 24 18:27:20 raspberrypi python[456]: attempt to connect to server failed
Mar 24 18:27:23 raspberrypi python[456]: INFO: Checking Internet Connection ...
Mar 24 18:27:24 raspberrypi python[456]: INFO: Connection OK
Mar 24 18:27:24 raspberrypi python[456]: INFO: AVS token: Requesting a new one
Mar 24 18:27:24 raspberrypi python[456]: INFO: AVS token: Obtained successfully
Mar 24 18:27:27 raspberrypi python[456]: [02c2dad0] core input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 300 ms)
Mar 24 18:27:27 raspberrypi python[456]: [02c2dad0] core input error: ES_OUT_RESET_PCR called

Contributor guide