MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.52k stars 1.27k forks source link

Failed to find intent. #2730

Closed weathon closed 4 years ago

weathon commented 4 years ago

I am running the latest stable version of Mycroft. If I start with debug it will have an error that " Failed to find intent. " but if I start with cli it works fine

krisgesling commented 4 years ago

Hi there, can I clarify in one instance you run:

mycroft-start debug

and in the other you run

mycroft-start all
mycroft-cli-client

and with the first method you get an error that it failed to find intent.

What utterances do you say that returns the error? I presume it is for anything you say?

Can you also give some more detail on how you're running Mycroft? Picroft, Git install on Linux, Docker, Snap, installed from a Linux distro like Manjaro, other?

weathon commented 4 years ago

It gave me the error for everything I said. And now the debug is also working. I think it might be just when I run debug it is not ready and when I run CLI it is ready to use. Is it true that after I start it I have to wait for tenish minutes? I am ruing it on a Ubuntu Laptop, with i3 CPU, build and run from git repo.

joshua-montgomery commented 4 years ago

It used to be true that there was a bunch of setup on boot, but the guys trimmed a lot of that away. It SHOULDNT take 10 min to stand up the services, but I'm not saying it ISNT taking that long.

Any ideas where the delay is?

--

Joshua Montgomery | Founder | Mycroft AI 300 E 39th Street, Ste 4I, Kansas City, MO 64111 p 785-840-6155 <7858406155> | joshua.montgomery@mycroft.ai https://mycroft.ai http://mycroft.ai/

On Fri, Oct 23, 2020 at 5:18 AM Wayne notifications@github.com wrote:

It gave me the error for everything I said. And now the debug is also working. I think it might be just when I run debug it is not ready and when I run CLI it is ready to use. Is it true that after I start it I have to wait for tenish minutes? I am ruing it on a Ubuntu Laptop, with i3 CPU, build and run from git repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MycroftAI/mycroft-core/issues/2730#issuecomment-715406453, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUJRS7STKB7IZMRTXPXI5LSMGNDNANCNFSM4S36WMJQ .

forslund commented 4 years ago

First startup it downloads and install all skills after that it should be quicker. less than 30 seconds on my desktop.

Would be interesting if you could post your skills.log found under /var/log/mycroft

weathon commented 4 years ago

Thank you guys, it is working now. (On my raspberry, the first boot is more than an hour)