Closed damndemento closed 2 years ago
Hey there, the bug here was actually in mycroft-core but I believe it's been fixed. Can you make sure you're running the latest version of mycroft-core?
cd /home/pi/mycroft-core
git pull
and if it's still a problem can you post the output of git status
?
Everything up to date...
(.venv) pi@PICROFT1:~/mycroft-core $ git pull
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 6 (delta 4), reused 6 (delta 4), pack-reused 0
Unpacking objects: 100% (6/6), done.
From https://github.com/MycroftAI/mycroft-core
35fd704e19..3155954291 mark-ii/qa -> origin/mark-ii/qa
Already up to date.
(.venv) pi@PICROFT1:~/mycroft-core $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: mycroft/configuration/mycroft.conf
Untracked files:
(use "git add <file>..." to include in what will be committed)
audio_setup.sh
custom_setup.sh
mycroft/client/speech/recognizer/model/de-de/
mycroft/client/speech/recognizer/model/de/
no changes added to commit (use "git add" and/or "git commit -a")
thanks for having a look at it
language is set to "de-de" meanwhile I installed german dict for pocketsphinx - so it isn't a fresh install anymore ;)
Yeah, the fix hasn't been pushed to stable yet. But if you switch to the dev branch of mycroft-core it will stop failing.
cd ~/mycroft-core
git checkout dev
./dev_setup.sh
ok thanx a ton! ;)
error remains after restarting pi or reloading skills