What to do next?

Hey Everyone.

I am trying to get Mycroft running on my Pi since I don’t like the Picroft Version. I followed the steps on docs.mycroft.ai/installing.and.running/installation/git.clone.install (with a bigger swap file). In the end I get this errors:

error: unable to write file voices/cmu_us_aew.flitevox
error: unable to write file voices/cmu_us_ahw.flitevox
error: unable to write file voices/cmu_us_aup.flitevox
error: unable to write file voices/cmu_us_awb.flitevox
error: unable to write file voices/cmu_us_axb.flitevox
error: unable to write file voices/cmu_us_bdl.flitevox
error: unable to write file voices/cmu_us_clb.flitevox
error: unable to write file voices/cmu_us_eey.flitevox
error: unable to write file voices/cmu_us_fem.flitevox
error: unable to write file voices/cmu_us_gka.flitevox

I ran the setup files again(not sure if this solved the errors).

So whats the next step? I started mycroft.sh and ran start.sh audiotest but I don’t hear anything? Looks like I need to calibrate my soundcard? I can play wave files via headphone jack and aplay without problems.

Here is what I get when I run start.sh audiotest

pi@raspberrypi:~/mycroft-core $ ./start.sh audiotest
Starting audiotest
2017-05-22 16:44:10,844 - mycroft.configuration - INFO - Loading configuration: /home/pi/mycroft-core/mycroft/configuration/mycroft.conf
2017-05-22 16:44:10,847 - mycroft.configuration - DEBUG - Configuration ‘/home/pi/mycroft-core/mycroft/configuration/mycroft.conf’ loaded
2017-05-22 16:44:10,847 - mycroft.configuration - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found
2017-05-22 16:44:10,847 - mycroft.configuration - INFO - Loading configuration: mycroft.ai
2017-05-22 16:44:11,349 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
2017-05-22 16:44:11,946 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 “GET /v1/device//setting HTTP/1.1” 401 38
2017-05-22 16:44:11,961 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
2017-05-22 16:44:12,551 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 “GET /v1/auth/token HTTP/1.1” 401 38
2017-05-22 16:44:12,561 - mycroft.configuration - WARNING - Failed to fetch remote configuration: HTTPError(u’The supplied authentication is invalid’,)
2017-05-22 16:44:12,562 - mycroft.configuration - INFO - Loading configuration: /etc/mycroft/mycroft.conf
2017-05-22 16:44:12,563 - mycroft.configuration - DEBUG - Configuration ‘/etc/mycroft/mycroft.conf’ not found
2017-05-22 16:44:12,563 - mycroft.configuration - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found
2017-05-22 16:44:12,563 - mycroft.configuration - INFO - Loading configuration: /home/pi/.mycroft/mycroft.conf
2017-05-22 16:44:12,564 - mycroft.configuration - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found
2017-05-22 16:44:12,564 - mycroft.configuration - DEBUG - Configuration ‘/home/pi/.mycroft/mycroft.conf’ not found
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
connect(2) call to /tmp/jack-1000/default/jack_0 failed (err=No such file or directory)
attempt to connect to server failed
Wiedergabe: WAVE ‘/tmp/test.wav’ : Signed 16 bit Little Endian, Rate: 16000 Hz, mono

Edit: Looks like I can’t play the /tmp/test.wav with aplay too. Only thing I hear is some cracking. Same thing when I run the start.sh audiotest command.