snipsco / snips-issues

Feel free to share your bugs with us.
14 stars 5 forks source link

snips-analytics and snips-audio-server are not running #149

Closed malik8888 closed 5 years ago

malik8888 commented 5 years ago

i have install snips on raspberry pi3 .followed all the instructions .installing node, then snips sudo npm install -g snips-sam sam connect localhost sam init sam test speaker sam test microphone

sam login sam install assistant

All works, mic and playback, but OS version ................... Raspbian GNU/Linux 9 (stretch) Installed assistant .......... vajra_v_0.5 Language ..................... en Hotword ...................... hey_snips ASR engine ................... snips Status ....................... Live

Service status:

snips-analytics .............. (not running) snips-asr .................... 0.63.2 (running) snips-audio-server ........... 0.63.2 (not running) snips-dialogue ............... 0.63.2 (running) snips-hotword ................ 0.63.2 (running) snips-nlu .................... 0.63.2 (running) snips-skill-server ........... 0.63.2 (running) snips-tts .................... 0.63.2 (running) not detecting hot word

cpoisson commented 5 years ago

Hi @malik8888,

Thanks for reaching out, support is supposed to happen on the forum

This repository is dedicated to bugs and features

Don't worry about snips-analytics, it is deactivated we have to remove that from snips-watch.

I'm closing this one, meanwhile, check the output of the snips-audio-server

journalctl -u snips-audio-server

or try to start it manually with more verbosity

sudo systemctl stop snips-audio-server
snips-audio-server -v

See you on the forum!