I’m not sure what’s happened, but I seem to be unable to set reminders. The skill never gets around to being called, if I’m interpreting the CLI correctly.
I tried summoning the skill directly via the CLI, in case the STT was mis-interpreting me. I typed “set a reminder for every saturday at 9am to get ready for ice skating”, and several variations thereof. I’m consistently getting “Sorry, I didn’t catch that.” or other variations of the “No can do” response. The CLI feedback looks like this:
14:37:19.020 | INFO | 964 | QuestionsAnswersSkill | Searching for set a reminder for every saturday at 9am to get ready for ice skating
14:37:19.071 | INFO | 964 | WolframAlphaSkill | WolframAlpha query: set a reminder for every saturday at 9am to get ready for ice skating
14:37:19.075 | INFO | 964 | WolframAlphaSkill | Non-question, ignoring: set a reminder for every saturday at 9am to get ready for ice skating
14:37:20.221 | INFO | 964 | QuestionsAnswersSkill | Timeout occured check responses
skills.log shows the same text, with nothing else relevant above it. The mycroft-reminder skill is installed and is getting loaded successfully, as per skills.log
2022-02-12 14:18:45.826 | INFO | 964 | mycroft.skills.settings:get_local_settings:83 | /home/pi/.config/mycroft/skills/mycroft-reminder.mycroftai/settings.json
2022-02-12 14:18:45.988 | INFO | 964 | mycroft.skills.skill_loader:_communicate_load_status:344 | Skill mycroft-reminder.mycroftai loaded successfully
2022-02-12 14:31:05.901 | INFO | 964 | msm.skill_entry | Nothing new for mycroft-reminder
Thoughts? I’m not sure where to even start, other than what I’ve already checked.