Errors upon installation
Closed this issue · 1 comments
patrickjane commented
Clean installation of raspbian stretch lite (kernel 4.14.) and sam install assistant
will show:
Running setup.sh & generating virtual environment for Snips-Wecker
✖ Error setting up virtualenv, one or more actions might not be able to run. Reason :
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: no tty present and no askpass program specified
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
sudo: no tty present and no askpass program specified
And it seems like the app is not correctly working. I see that the NLU understands it correctly, but the intent is not detected:
Aug 13 19:45:54 snipsbase snips-asr[12735]: INFO:snips_asr_lib::asr : decoded: [Recognition { decoded_string: "kannst du mir sagen wann der nächste alarm klingelt", likelihood: 0.9965258, tokens: Some([Token { value: "kannst", confidence: 1.0, time: (0.0, 0.81), range: 0..6 }, Token { value: "du", confidence: 1.0, time: (0.81, 0.96), range: 7..9 }, Token { value: "mir", confidence: 1.0, time: (0.96, 1.11), range: 10..13 }, Token { value: "sagen", confidence: 1.0, time: (1.11, 1.65), range: 14..19 }, Token { value: "wann", confidence: 1.0, time: (1.65, 1.74), range: 20..24 }, Token { value: "der", confidence: 0.9691636, time: (1.7446254, 1.92), range: 25..28 }, Token { value: "nächste", confidence: 1.0, time: (1.92, 2.28), range: 29..36 }, Token { value: "alarm", confidence: 1.0, time: (2.28, 3.03), range: 37..42 }, Token { value: "klingelt", confidence: 1.0, time: (3.03, 3.99), range: 43..51 }]) }]
Aug 13 19:45:54 snipsbase snips-asr[12735]: INFO:snips_asr_hermes::handler : Publishing the recognition
Aug 13 19:45:54 snipsbase snips-asr[12735]: INFO:snips_asr_hermes::handler : Preparing decoder
Aug 13 19:45:54 snipsbase snips-audio-server[12739]: INFO:snips_audio_portaudio : Playing "6e1fd968-4de7-47d1-b104-5fcb91168ef2" using output "default", wav spec: WavSpec { channels: 1, sample_rate: 44100, bits_per_sample: 16, sample_format: Int }
Aug 13 19:45:55 snipsbase snips-audio-server[12739]: INFO:snips_audio_portaudio : Playing of "6e1fd968-4de7-47d1-b104-5fcb91168ef2" finished
Aug 13 19:45:55 snipsbase snips-tts[12740]: INFO:snips_tts_hermes: Received a play finished message from audio server with an unknown id '6e1fd968-4de7-47d1-b104-5fcb91168ef2'. Ignoring it.
Aug 13 19:46:00 snipsbase snips-dialogue[12731]: INFO:snips_dialogue_lib::coordinator::coordinator: Session [1c22d4d2-289a-4d6a-823d-3d10687aa5c7]: closing session which was active: Timeout
Aug 13 19:46:00 snipsbase snips-dialogue[12731]: INFO:snips_dialogue_lib::coordinator::coordinator: Site [default]: reset site -> turn off ASR and turn on Hotword
Aug 13 19:46:00 snipsbase snips-hotword[12726]: INFO:snips_hotword_lib::audio : Audio thread for site default started.
dominiczedler commented
The error message during installation is fixed now.