-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using keyword "my" results in regex problems #100
Comments
The Grocery List exists and works with the word 'the'
audio.log However, using the keyword "my" causes the same skill to fail
|
Can you include logs with at the DEBUG level? I'm not seeing the events from the intent parser. |
how do I enable debug? The only thing I found was self.log.debug(). Do I need a bunch of these statements? if so, where would you like these included? |
You should be able to configure via a mycroft.conf file like so: |
These are the logs while testing the "the" keyword after setting Debug as suggested the_keyword_voice.log |
these are the logs from the two tests Here are the regex during today's tests
|
Unfortunately, the log lines I was expecting are not present; it appears that almost all Adapt emits a couple of events that will be helpful, that show the intermediate state of the parser. Hopefully, they're wired up enough that you can add logging for them somewhere. You'll want to add an event handler for |
hey @stratus-ss did you have any luck with this? If you're still seeing this issue, please let us know and we'll try to address it prior to 1.0.0. I suspect this is similar to what you reported #102, and I'll have the same sad answer for you. |
I'm going to close this out as cannot reproduce, as we're no longer getting any notes from the reporter. |
Be clear about the software, hardware and version you are running
Raspberry Pi 4 running Arch
Laptop running Ubuntu (System 76 Galego Pro)
Laptop Running Ubuntu (Asus ROG)
Laptop Running Arch (Dell Inspiron 5775)
With version latest of the Mycroft software
Using Jarvis wake word
Using Mycroft wake word
Try to provide steps that we can use to replicate the Issue
Given the following intent:
With this regex:
Or this:
Or this
Be as specific as possible about the expected condition, and the deviation from expected condition.
If I trigger this by saying "Hey Mycroft add stuff to my grocery list" the ShoppingList is set to "my grocery list."
If I say "Hey Mycroft add stuff to the grocery list", the regex works properly and ShoppingList is set to "grocery"
Provide log files or other output to help us see the error
logs to follow shortly
The text was updated successfully, but these errors were encountered: