Author Topic: Version Upgrade Problem 2.2.3.5 (nothing to do with upgrade actually)  (Read 6096 times)

0 Members and 1 Guest are viewing this topic.

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Hi I just upgraded and im now getting a error every 10 seconds saying Input error:COMException,time since mic event:20,trying to reset,mic reset,,,and just keeps repeating i tried to go back to 2.2.2.2 but now that version doing it any soloutions??
« Last Edit: March 23, 2017, 10:25:00 AM by jitterjames »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #1 on: March 19, 2017, 09:12:03 AM »
Sounds like a hardware problem. Start with a full power off (Shut down then unplug for 1 minute) of your system.

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #2 on: March 19, 2017, 09:35:09 AM »
Thanks Yep that fixed that issue but now keeps freezing while doing commands i must have done something wrong on upgrade

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #3 on: March 19, 2017, 09:47:26 AM »
When issuing commands kodi no focus it does them slow and tcp web post and these commands i use kodi focus to pause if anything on so remote hears me and it freezes for bout 10 seconds maybe i need to change something??


Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.2.2-->
<commandGroup open="False" name="xbmc sneaky video pause unpause" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="1175" name="cheating video pause" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":1,"speed":2</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":1,"speed":0</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":0,"speed":2</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":0,"speed":0</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <event>Amulet.On</event>
  </command>
  <command id="1181" name="cheating video unpause" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":1,"speed":2</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":1,"speed":1</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":0,"speed":2</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <action>
      <cmdType>XJson.Raw</cmdType>
      <params>
        <param>player.setspeed</param>
        <param>"playerid":0,"speed":1</param>
      </params>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <event>Amulet.Off</event>
  </command>
</commandGroup>

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #4 on: March 19, 2017, 09:50:24 AM »
I would need to know what steps you took when up/down/up grading to be able to guess if this is the cause or just a coincidence.  There are no known issues with 2.2.3.5 and I've never experienced a problem from doing an upgrade.

I recommend that you start with a clean install in a new directory to see if you still have a freezing problem.

Either way you should let us know how you performed the upgrade.  Try to detail every step you took and maybe we will spot a problem.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #5 on: March 19, 2017, 09:56:20 AM »
When issuing commands kodi no focus it does them slow and tcp web post and these commands i use kodi focus to pause if anything on so remote hears me and it freezes for bout 10 seconds maybe i need to change something??


I can't follow this steam of consciousness text.

I recommend that you try some non-Kodi related commands and also get rid of the Amulet events for now.

Maybe you have a problem with Kodi, but it also seems like overkill to issue 4 set speed actions to Kodi every time you touch your Amulet remote.  I would actually be surprised if this did not cause problems.

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #6 on: March 19, 2017, 10:05:03 AM »
Ok I Backed up my config then installed 2.2.3.5 over 2.2.2.2 then started it and thats the problems i got,ive now disabled tcp plugin and it seems to work again like before perfectly, ive been using those commands for awhile more than 4 months and worked perfectly..

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #7 on: March 19, 2017, 10:11:18 AM »
Sounds like the problem is solved.

Were you using the TCP plugin for some reason?

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #8 on: March 19, 2017, 10:15:17 AM »
For Vox wav pro and i use autovoice with udp sender

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #9 on: March 19, 2017, 10:22:13 AM »
i just tried to enable it and it ses error in loading tcp plugin but its cool i only really use my remote these days and i love this program ill try a fresh clean install and see if happens again when i get time,late now and better get of comp and get my kids to bed lol Thanks for info to restart comp that fixed what first issue i had ..:-)

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #10 on: March 19, 2017, 10:52:15 AM »
Were you using the TCP plugin for some reason?
For Vox wav pro and i use autovoice with udp sender

I just want to make sure everyone is on the same page with the following:

1. The VoxWav apps for Android (Pro or the free version) use the TcpMic plugin, not the TCP plugin. Those are 2 separate plugins.

2. If you're using Autovoice/Tasker with the UDP Sender app on your Android in order to communicate with VC, this method also does not use the TCP plugin generally.

There is a separate method for communicating between Autovoice/Tasker and VoxCommando that involves using the TCP plugin's simple web server, but that method does not use UDP Sender. You might want to verify which method you're actually using.
« Last Edit: March 19, 2017, 02:41:22 PM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #11 on: March 21, 2017, 02:23:35 AM »
Thnxx for that info voxwav working great and  voxcommando on pc working perfect except can't enable tcp plugin vox just crashes but I think got something to do with my hardware cos all other versions worked and yea I used tcp plugin web server to communicate with vox when not at home think I need a new pc,anyway thnxxxxx again for great program..

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #12 on: March 21, 2017, 08:03:35 AM »
Try to delete the "options.xml" file in the TCP plugin folder then restart VoxCommando and try to enable the TCP plugin.

If that doesn't work send us a log showing the actual error.
« Last Edit: March 21, 2017, 10:47:07 AM by jitterjames »

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Version Upgrade Problem 2.2.3.5
« Reply #13 on: March 21, 2017, 10:22:47 AM »
Try to delete the settings file in the TCP plugin folder then restart VoxCommando and try to enable the TCP plugin.

James is referring to the Options.xml file, as per my screen capture below.
« Last Edit: March 21, 2017, 10:25:56 AM by nime5ter »
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

MMatty1

  • Jr. Member
  • **
  • Posts: 40
  • Karma: 4
    • View Profile
Re: Version Upgrade Problem 2.2.3.5
« Reply #14 on: March 21, 2017, 10:09:07 PM »
Ok well i didnt try that  because just read yoyr replys but what i did late last night was install again in clean folder copied tcp plugin folder, Deleted tcp plugin folder in my Vox im using restarted it and it now works PERFECTLY as it should   :) :)