AutoVoice Command Recognized but not Matched

Discussion in 'AutoApps' started by Michael Tie, Mar 4, 2019.

  1. Michael Tie

    Michael Tie New Member

    Joined:
    Feb 1, 2019
    Messages:
    8
    Likes Received:
    0
    AutoVoice Recognize (task) shows a very strange behaviour:

    from the log:
    Code (Text):
    Profile Matches - Hard - 2019-03-04 11:04:14.211 - "please (?<vtask>call|message) to (?<vrecepient>.+) " matches "please message to catherine": false
    'Regex' is on, I would expect a match here. None of the 2 variables gets set. What am I doing wrong?

    My 'vRecepients' are either 1 or 2 words, can I somehow include this into the 'commands recognized'?
     
    Last edited: Mar 6, 2019
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Your pattern has an extra space at the end :)
     
  3. Michael Tie

    Michael Tie New Member

    Joined:
    Feb 1, 2019
    Messages:
    8
    Likes Received:
    0
    thanks! this helped!
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Great!
     

Share This Page