Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Something is very wrong. Script errors.

If you have a question or need help, this is the place to be.
Post Reply
Nickman
Posts: 2
Joined: Sun Feb 14, 2010 10:40 am

Something is very wrong. Script errors.

Post by Nickman »

I just started using EventGhost and I must be doing something wrong. Every action I try to add just gives me errors.

For example:
Add Action -> System -> Start Application:

Code: Select all

Traceback (most recent call last):
  File "C:\Program Files\EventGhost\eg\Classes\ButtonRow.py", line 108, in OnOK
    self.parent.OnOK(event)
  File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 161, in OnOK
    self.DispatchEvent(event, wx.ID_OK)
  File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 122, in DispatchEvent
    self.__processingChannel.send(wx.ID_OK)
TaskletExit
Add Action -> Window -> Find a window:

Code: Select all

Exception TaskletExit: () in <generator object __iter__ at 0x066B4710> ignored
Traceback (most recent call last):
  File "C:\Program Files\EventGhost\eg\Classes\ButtonRow.py", line 115, in OnCancel
    self.parent.OnCancel(event)
  File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 166, in OnCancel
    self.DispatchEvent(event, wx.ID_CANCEL)
  File "C:\Program Files\EventGhost\eg\Classes\TaskletDialog.py", line 120, in DispatchEvent
    self.__processingChannel.send(False)
TaskletExit
Traceback (most recent call last):
  File "C:\Program Files\EventGhost\eg\Classes\MainFrame\__init__.py", line 344, in FuncWrapper
    func()
  File "C:\Program Files\EventGhost\eg\Utils.py", line 176, in Wrapper
    eg.Tasklet(func)(*args, **kwargs).run()
TaskletExit
Maybe I'm missing a plugin. Loaded plugins:

Code: Select all

Microsoft MCE Remote
XBMC
Task Create/Switch Events
I've tried to install different verions, including the latest 0.3.7.r1436. I have Windows 7 32-bit and a MCE remote. The remote is working and I can use it in XBMC.
Nickman
Posts: 2
Joined: Sun Feb 14, 2010 10:40 am

Re: Something is very wrong. Script errors.

Post by Nickman »

I haven't done anything and now every script is working and I get no errors at all.
I have no idea what was wrong before.
Post Reply