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.

help with this error log

If you have a question or need help, this is the place to be.
Post Reply
gascarborough
Posts: 3
Joined: Fri Aug 22, 2014 3:42 pm

help with this error log

Post by gascarborough »

I get this log every time I start EV what do I need to correct?
Error compiling script.
Traceback (most recent call last) (1700):
File "C:\Program Files\EventGhost\eg\Classes\ActionItem.py", line 121, in SetArguments
self.compiled = self.executable.Compile(*args)
File "C:\Program Files\EventGhost\plugins\EventGhost\PythonScript.py", line 71, in __init__
self.PrintTraceback()
File "C:\Program Files\EventGhost\plugins\EventGhost\PythonScript.py", line 97, in PrintTraceback
treeItem.PrintError("Traceback (most recent call last):")
AttributeError: 'NoneType' object has no attribute 'PrintError'
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: help with this error log

Post by Pako »

Your configuration includes a Python Script actions.
Some of them contains a bug, so the script can not be compiled.
You can edit the xml file using an editor (such as Notepad.exe) and try to remove suspicious action.
Of course you have to back up the xml file.

Pako
Post Reply