Hi, could someone point me toward the main log? One with the same messages that are shown in the mycroft-cli-client? They are not in any of the log files in /var/log/mycroft.
I’m trying to track down why the intent from a custom skill isnt being recognized. I cant search the cli-client messages without scrolling and copy/pasting into an editor multiple times.
Also, is there a chart or diagram anywhere for the workflow from start-mycroft.sh to speech rec, intent match, skill execution and back to listening for events (on the message-bus I assume?), before I start digging through each and making a mental map? Again, Im trying to track down where the skill is not working, and there is no “ATTEMPTING TO LOAD SKILL:” message, nor any errors, but it does show up under :skills and there is no response to ':activate . Thanks …The Technology Overview in the Docs is good so far (https://mycroft-ai.gitbook.io/docs/mycroft-technologies/overview).
If they’re not getting written to /var/log/mycroft/ (voice.log, audio.log, skills.log, or messagebus.log), then something is either a) preventing them from doing so or b) configured to write them elsewhere.
Yes, I did use cat /var/log/mycroft/* | grep <MY_SKILL_NAME> to confirm it was loaded. It seems to not be recognizing the intent words. I am working through that debug process on the post below. But am first trying to clear up a permissions error that could possibly be causing it.