Author Topic: Must confirm help..  (Read 4629 times)

0 Members and 4 Guests are viewing this topic.

Mirac78

  • Jr. Member
  • **
  • Posts: 49
  • Karma: 5
    • View Profile
    • M.S.Photography
Must confirm help..
« on: May 31, 2014, 06:00:27 PM »
I search forum but didn't find the answer..

After watching tutorial from Kalle i found very useful to confirm some commands but i have problem with confirmation.

After setting simple command with Must confirm check i get prompt to answer with phrases in option for confirmation. I add yes and no, but VC don't get any of answers "Go ahead, Affirmative, I said do it, Yes". Just cancel the command.

I trigger command - confirmation is pop up - when i say any of confirm phrase nothing happened.

Using VC 1.9.5.1, try on older version and i get the same result.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #1 on: May 31, 2014, 06:02:48 PM »
Did it work before you tried to modify the default confirmation phrases?

Mirac78

  • Jr. Member
  • **
  • Posts: 49
  • Karma: 5
    • View Profile
    • M.S.Photography
Re: Must confirm help..
« Reply #2 on: May 31, 2014, 06:26:27 PM »
Didn't try  :(

After deleting yes and no still don't work..

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #3 on: May 31, 2014, 06:32:48 PM »
We will need to see a log and possibly a view of your history window in order to help.
http://voxcommando.com/mediawiki/index.php?title=Log

I am not aware of any problems in older versions of VC but it is possible that there could be some strange behaviour in versions after 1.9.3.3.  In those versions you might need to purge and rebuild, but apart from that it should be working fine.  I have tested it here and it works as expected.

If you like, you could also perform a backup of your configuration (found under file menu) and send it to me so I can take a look.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Must confirm help..
« Reply #4 on: May 31, 2014, 06:42:41 PM »
I was planning on reporting the same issue as bug report ... Using Sapi 5, VC is unable to recognize any of the confirmation options ... In fact it is really off.
Tried purging cache and restart ... No luck

Using kinect open mic setup (VC is very good in recognizing commands in this setup)
When Voice command gets tough, use hand gestures

Mirac78

  • Jr. Member
  • **
  • Posts: 49
  • Karma: 5
    • View Profile
    • M.S.Photography
Re: Must confirm help..
« Reply #5 on: May 31, 2014, 06:52:11 PM »
So I'm not alone in this..just for info..if i send command with VW from my phone, on confirmation dialog i get on the phone, press yes or no command work as is should.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #6 on: May 31, 2014, 08:06:54 PM »
@Haddood, on which version do you see this behaviour?

Just so you all know, it works here so until I can see a log that helps me to understand what is happening, this is not going be solved.

Mirac78

  • Jr. Member
  • **
  • Posts: 49
  • Karma: 5
    • View Profile
    • M.S.Photography
Re: Must confirm help..
« Reply #7 on: May 31, 2014, 08:16:23 PM »
Here is my log for one command with must confirm..

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #8 on: May 31, 2014, 09:43:19 PM »
This appears to be a problem with VC version after 1.9.3.3 and as far as I can tell it only on the SP version.

@Hadood, I don't know which version of VC you are using.  Can you please tell me which version number you are using and if you are using the regular or SP version.

Using VC 1.9.5.1, try on older version and i get the same result.

Which "older version" did you try?

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Must confirm help..
« Reply #9 on: May 31, 2014, 09:47:07 PM »
James,

I am using 1.9.5.1 standard version. as I attached the log ....
if there is anything else you need to address the problem let me know ....

« Last Edit: May 31, 2014, 09:49:26 PM by Haddood »
When Voice command gets tough, use hand gestures

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #10 on: May 31, 2014, 10:00:01 PM »
Thanks.  Sorry, I was mistaken.  This seems to be a problem in 1.9.5.1 for both the SP and the regular version.

For some reason the Confirm group is not being turned on.  I will attempt to fix this in the next release.

If it is critical for you and you wish to keep using 1.9.5.1 for now you can simply create your own command for manually confirming.  It will work the same as the built in one except that it will be always on, instead of only turning on when confirmation is required.

for example:
Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 1.9.5.4-->
<commandGroup open="True" name="manual confirm" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="264" name="Please proceed" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>VC.ConfirmYes</cmdType>
      <params />
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Please proceed</phrase>
  </command>
  <command id="271" name="I changed my mind" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>VC.ConfirmNo</cmdType>
      <params />
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>I changed my mind, that's not what I said</phrase>
  </command>
</commandGroup>

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #11 on: May 31, 2014, 10:14:06 PM »
James,

I am using 1.9.5.1 standard version. as I attached the log ....
if there is anything else you need to address the problem let me know ....

FYI, looking at your log I don't see any indication that you have issued a command which required confirmation.

In the log provided by Mirac78 I can see an entry for the confirm event like this one as expected after a command which requires confirmation:
Code: [Select]
1.6.2014. 1:14:00 88 [vcevent] Confirm.Yellow

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Must confirm help..
« Reply #12 on: June 01, 2014, 12:34:28 AM »
@James

I checked and realized that log erased with startup...
I will test and send you new log tomorrow
When Voice command gets tough, use hand gestures

Mirac78

  • Jr. Member
  • **
  • Posts: 49
  • Karma: 5
    • View Profile
    • M.S.Photography
Re: Must confirm help..
« Reply #13 on: June 01, 2014, 06:08:14 AM »
Which "older version" did you try?

It is 1.9.3.3. SP version

With the code you paste works ok..TNX!


jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Must confirm help..
« Reply #14 on: June 01, 2014, 01:05:47 PM »
Please try 1.9.5.4:
http://voxcommando.com/forum/index.php?topic=1443.0

I believe this bug is now fixed.