I've followed the setup instructions and twice through the "How to create a button" tutorial. After creating the first page/buttons and testing all fine over my network with TCP events, the save fails. I just get "Error! (backup)".
The "Quick Save" will also give this error. My Eventghost log has this for each occurrence:
Code: Select all
O-MEGA: Web-request failed - method: makeBackup args: [] kwargs: {}
Traceback (most recent call last):
File "C:\ProgramData\EventGhost\plugins\O-MEGA\__init__.py", line 3142, in ExecuteWebFunction
result = self.registeredWebFunctions[methodName](*args, **kwargs)
File "C:\ProgramData\EventGhost\plugins\O-MEGA\__init__.py", line 1770, in makeBackup
return omegalib.makeBackup()
File "C:\ProgramData\EventGhost\plugins\O-MEGA\omegalib.py", line 128, in makeBackup
shutil.copyfile(getSchedulghostXml(), backupsrc+"\\SG.xml")
File "shutil.pyc", line 82, in copyfile
IOError: [Errno 2] No such file or directory: u'\\SchedulGhost.xml'