Hi @Louis_cormaille, thanks for working through that process.
-
When you say that Mycroft does not recognize what you are saying, does every Skill return âIâm sorry I didnât understand your requestâ?
-
Lagging is not normal for debug mode, unless the host youâre running on is heavily loaded at the same time. What does top or htop show when you run that at the same time? Is it mycroft-core using all the system resources?
-
./start-mycroft debug and ./start-mycroft cli will provide a GUI, but ./start-mycroft all does not.
Can you attach your mycroft-skills.log so we can see whatâs happening with the skills?
Kind regards,
Kathy
@KathyReid
Every Skill returns âIâm sorry I didnât understand your requestâ
Here is the mycroft-skills.log file
https://drive.google.com/open?id=1Ua0sTOVi4l4eVjjsR9-GCvUR0TO9Kx6s
And ./start-mycroft debug and ./start-mycroft cli donât provide a GUI
Thanks so much for providing the log, @Louis_cormaille, very useful.
I can see:
- The device pairs successfully
- but when asked about the weather, it doesnât find the intent.
My colleague @forslund might know more about whatâs causing the error here - for instance whether Padatious is not picking up the Intent correctly.
With ./start-mycroft debug and ./start-mycroft cli not providing a GUI, if virtualenv has been reinstalled, Iâm not sure what to try next, again @forslund may have some suggestions.
I just tried again today with another intent. âwhatâs the newsâ. First, Mycroft says it does not understand my request. It does not lag at this moment (I can write and everything). But as soon as I asked this, it asked me to repair the device (as if I did not already paired it yesterday) and it started to lag ( I could not write anymore âŚ) @forslund help would be very appreciated indeed 
Here are the new logs
https://drive.google.com/open?id=1iHeOeUCHjjsuOpDRyfCCpIyD_kz4kiVx
Thank you !
At the top of the skills log file there are a lot of import errors:
ImportError: No module named mycroft.dialog
Traceback (most recent call last):
File "/home/louis/mycroft-core/mycroft/skills/main.py", line 24, in <module>
but thatâs probably the old errors as the process shouldnât be able to start at all if that was still true.
The skills in question exist but does not seem to ever be loaded. msm exits with an error (-2) which is bad. But Iâm not quite certain what that means, but it seems like it gets terminated before itâs done updating. Could be that the messagebus service goes down for some reason.
The messagebus log looks like itâs being terminated by an external signal about the same time as the msm process has problems.
Looking at the mycroft-voice.log it looks like the pairing is complete since it seems to be getting valid responses.
It can take a minute or so for the skill to get loaded since the skills are checked for updates before itâs started. so you might want to start it, leave it alone for a minute or two and then trying to interact with it.
Can you provide platform and OS?
I am running it on Ubuntu. I tried waiting 2 minutes but then, i canât write anything anymore in the input as itâs lagging.
can you type top in a terminal and see which process is overloading the cpu. And just to be ceertain itâs on a desktop PC right? @Louis_cormaille
also I see thereâs a config file: ~/.mycroft/mycroft.conf if thereâs no sensitive information in there could you maybe post that as well?
I am running it on a laptop MSI GS60 ghost.
There is no such file.
Only those :
drwxrwxr-x 2 louis louis 4096 Oct 6 18:27 identity
drwxrwxr-x 2 louis louis 4096 Oct 6 18:22 intent_cache
drwxrwxr-x 29 louis louis 4096 Nov 18 15:15 skills
-rw------- 1 louis louis 3243 Nov 18 16:08 wakeword_rsa
(which have not been modified since a long time apparently)
@forslund Here is a video showing what is happening. Maybe itâs going to be easier for you to see whatâs going on
https://drive.google.com/open?id=1iHeOeUCHjjsuOpDRyfCCpIyD_kz4kiVx
From the video I can see that mycroft is still updating
... SKILLS DEBUG {type: "msm.updating" ...}
When this is done (after a minute or so) a similar message ... "msm.updated" ... should scroll by. Followed by a lot of intent registrations.
Iâll look into it more tomorrow morning.
/Ă
ke
Thank you for your help. Iâve uploaded a new video, starting this time, 5 minutes after i started running Mycroft
Hi, itâs veeeery slow there. and that should not be the case for fairly modern computers.
Do you get the mycroft âlisteningâ sound?
Have you modified the wakeword? is it mycroft or the default âhey mycroftâ. Looking at the feedback it seems like the stt only registers half the sentence (the last part) and misshears ânewsâ for âuseâ so no intent is triggered there.
I suggest you try âhey mycroftâ pause for a couple of seconds (while the âlisteningâ sound is playing) and then âplay newsâ.
While you do that Iâll keep digging trying to find out what causes the slowdown.
/Ă
ke
It is very slow indeed ! 
I do have Mycroft listening sound but it seems to get activated even when I don t say the wake word.
I did change the wake word to âMycroftâ instead of âhey mycroftâ.
I ll try to change back the wake word to its default value and do what you suggested, tonight. I ll record it.
Than you again for your time !
@forslund, uploaded the video, it still seems like Mycroft canât find any skill
Can you provide an updated mycroft-skills.log file?
Updated the drive folder with the new logs !
1 Like
@forslund, if it can help somehow, I noticed that mycroft started lagging as soon as I see a âusername for https.github.com:â appearing in the input, after I start mycroft with ./start-mycroft.sh debug. Then, when I try to write, it lags and the âusername for https.github.com:â disappears from the input field.
Hmm, could it be some problem when updating the skills?
One idea might be to delete all the skills
rm -rf /opt/mycroft/skills/*
and then wait for ~20 minutes for mycroft to reinstall them all.
Might be worth a shot, but I donât knowâŚ
1 Like
THANK YOU !! It actually worked :o !! FINALLY !
1 Like
Woooo! Glad to hear! Good info about the github message helped alot!
Hopefully it keeps working for a while now 
2 Likes