AutoRemote Unable to add the AutoRemote EventGhost plugin

Discussion in 'AutoApps' started by wilco375, Nov 10, 2015.

  1. wilco375

    wilco375 New Member

    Joined:
    Sep 5, 2015
    Messages:
    3
    Likes Received:
    1
    I am trying to add the AutoRemote plugin to an empty EventGhost project as instructed here but after step 5, EventGhost doesn't import the plugin and throws the following errors:
    Code (Text):
    Traceback (most recent call last) (1710):
      File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 59, in ProcessingTask
        self.Configure(*args, **kwargs)
      File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 165, in Configure
        treeItem.Configure(*args)
      File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 101, in Configure
        return self.executable.Configure(*args)
      File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 649, in Configure
        portCtrl = panel.SpinIntCtrl(port, min=1, max=65535)
      File "C:\Program Files (x86)\EventGhost\eg\Classes\ControlProviderMixin.py", line 29, in SpinIntCtrl
        return eg.SpinIntCtrl(self, -1, value, *args, **kwargs)
      File "C:\Program Files (x86)\EventGhost\eg\Classes\SpinIntCtrl.py", line 55, in __init__
        integerWidth=integerWidth
      File "C:\Program Files (x86)\EventGhost\eg\Classes\SpinNumCtrl.py", line 87, in __init__
        numCtrl.SetParameters(**kwargs) # To avoid bug in NumCtrl
      File "wx\lib\masked\numctrl.pyc", line 714, in SetParameters
    AttributeError: groupChar and decimalChar must be distinct
    Traceback (most recent call last) (1710):
      File "wx\_core.pyc", line 14669, in <lambda>
      File "C:\Program Files (x86)\EventGhost\eg\Core.py", line 197, in Notify
        listener(value)
      File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\TreeCtrl.py", line 844, in OnNodeSelected
        path = node.GetPath()
      File "C:\Program Files (x86)\EventGhost\eg\Classes\TreeItem.py", line 377, in GetPath
        path.append(parent.childs.index(item))
    AttributeError: 'NoneType' object has no attribute 'childs'
    Just for some extra information:
    I am using the latest version of EventGhost (EventGhost 0.4.1.r1710) and the latest version of the AutoRemote plugin (https://dl.dropboxusercontent.com/u/9787157/AutoRemote/__init__.py)
    I am using the full version of AutoRemote on my phone, but I don't think that matters because it doesn't even come far enough to connect to my phone I think.

    Video showing the problem:


    I hope someone can help me fix the problem. Thanks in advance.
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    This is being addressed on G+.
     
  3. wilco375

    wilco375 New Member

    Joined:
    Sep 5, 2015
    Messages:
    3
    Likes Received:
    1
    I found a workaround on the EventGhost forums: http://www.eventghost.org/forum/viewtopic.php?f=4&t=3698
     
    Ölcreme Drehcrahn likes this.
  4. Ölcreme Drehcrahn

    Ölcreme Drehcrahn New Member

    Joined:
    Mar 28, 2016
    Messages:
    1
    Likes Received:
    0
    /!\Thank you Wilco375
     
    Last edited: Nov 26, 2018

Share This Page