Mycroft Unresponsive - INFO - Failed to find intent

I posted this in an older, similar topic but didn’t get any responses, so I assume I either did a poor job of stating my problem or no one can help. Anyway, apologies for posting it twice.

My “picroft” no longer works. It can’t seem to execute skills, even though they are loaded. The log shows it understands what I’m asking but nothing works.

This is on mycroft-core 0.9.6.

I saw one thread where the reply was “there was a problem with your account”. I have not created a new account nor based the picroft yet, but that will be my next steps.

Here is the log for a number of attempts.

22:03:01.175 - mycroft.client.speech.main:handle_wakeword:50 - INFO - Wakeword Detected: hey mycroft
22:03:01.229 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
22:03:01.642 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/stt?lang=en-US&limit=1 HTTP/1.1" 200 None
22:03:02.101 - mycroft.client.speech.mic:listen:492 - DEBUG - Waiting for wake word...
22:03:02.150 - mycroft.client.speech.listener:transcribe:144 - DEBUG - STT: what is the temperature
22:03:02.156 - mycroft.client.speech.main:handle_utterance:55 - INFO - Utterance: [u'what is the temperature']
22:03:02.199 - mycroft.client.speech.main:handle_complete_intent_failure:67 - INFO - Failed to find intent.
22:03:07.245 - mycroft.client.speech.mic:listen:497 - DEBUG - Recording...
22:03:07.248 - mycroft.client.speech.main:handle_record_begin:35 - INFO - Begin Recording...
Playing WAVE '/usr/local/lib/python2.7/site-packages/mycroft_core-0.9.6-py2.7.egg/mycroft/res/snd/start_listening.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
22:03:09.664 - mycroft.client.speech.main:handle_record_end:40 - INFO - End Recording...
22:03:09.672 - mycroft.client.speech.main:handle_wakeword:50 - INFO - Wakeword Detected: hey mycroft
22:03:09.730 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
22:03:10.047 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/stt?lang=en-US&limit=1 HTTP/1.1" 200 None
22:03:10.628 - mycroft.client.speech.listener:transcribe:144 - DEBUG - STT: what is your ip address
22:03:10.634 - mycroft.client.speech.mic:listen:492 - DEBUG - Waiting for wake word...
22:03:10.636 - mycroft.client.speech.main:handle_utterance:55 - INFO - Utterance: [u'what is your ip address']
22:03:10.680 - mycroft.client.speech.main:handle_complete_intent_failure:67 - INFO - Failed to find intent.
22:03:16.972 - mycroft.client.speech.mic:listen:497 - DEBUG - Recording...
22:03:16.975 - mycroft.client.speech.main:handle_record_begin:35 - INFO - Begin Recording...
Playing WAVE '/usr/local/lib/python2.7/site-packages/mycroft_core-0.9.6-py2.7.egg/mycroft/res/snd/start_listening.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
22:03:19.085 - mycroft.client.speech.main:handle_record_end:40 - INFO - End Recording...
22:03:19.136 - mycroft.client.speech.main:handle_wakeword:50 - INFO - Wakeword Detected: hey mycroft
22:03:19.237 - requests.packages.urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): api.mycroft.ai
22:03:19.641 - requests.packages.urllib3.connectionpool - DEBUG - https://api.mycroft.ai:443 "POST /v1/stt?lang=en-US&limit=1 HTTP/1.1" 200 None
22:03:20.036 - mycroft.client.speech.mic:listen:492 - DEBUG - Waiting for wake word...
22:03:20.180 - mycroft.client.speech.listener:transcribe:144 - DEBUG - STT: read the news
22:03:20.196 - mycroft.client.speech.main:handle_utterance:55 - INFO - Utterance: [u'read the news']
22:03:20.399 - mycroft.client.speech.main:handle_complete_intent_failure:67 - INFO - Failed to find intent.

I wiped the box and reinstalled everything and it appears to be working. Not sure what happened.

So I am late to this, but for anyone else who may have this issue, it seems like the skills process may not have loaded correctly. If you’ve tried to turn on and off the device, and it starts to work, then it could be more then just the process not loading. But an easy way to restart the process go to the terminal of your device, (pi, mark-1):

sudo service mycroft-skills restart

to restart all services (bus, audio, skills, voice, enclosure, wifi) for picroft and mark-1 devices:

sudo service mycroft-* restart
1 Like