Hi, I hope someone can help me with this. My event ghost is generating a log error(which doesn't seem to affect performance, but is very annoying). I get the following error in my log file.
Traceback (most recent call last):
File "EventGhost.pyw", line 51, in <module>
import eg
File "C:\Program Files (x86)\EventGhost\eg\__init__.py", line 28, in <module>
import Cli
File "C:\Program Files (x86)\EventGhost\eg\Cli.py", line 76, in <module>
eventstring = argvIter.next()
StopIteration
It seems to be caused when a macro (I've created to update XBMC) is triggered by ScheduleGhost. If I trigger the same macro manually I don't get this error message. And regardless of the fact that I get this error, the macro seems to preform as expected. None of the files listed in the error have anything to do with the ScheduleGhost plug-in as far as I can tell, but I can't make the error show up any other way.
Any help would be appreciated.
Plugins :
Directory Watcher
XBMC2
Growl
ScheduleGhost
Keyboard
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.
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.
EventGhost Error
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: EventGhost Error
It appears, that some external program is trying to trigger an event in EventGhost using a command line.
In that command line is probably a mistake. More I can not say (I do not see that line).
Pako
In that command line is probably a mistake. More I can not say (I do not see that line).
Pako