HomeGenie Forum
Automation Program Plugins and Wizard Scripting => Help => Topic started by: reza on September 16, 2016, 07:19:39 AM
-
It took me a while to track down why the timetable module (downloadable) was failing. Seems that the Scheduler accessor gets messed up somehow and Scheduler.IsOccurance becomes undefined/invalid. According to GIT, the function should be there.
https://github.com/genielabs/HomeGenie/blob/master/HomeGenie/Automation/Scripting/SchedulerHelper.cs
I disabled most other programs (which I suspect could have corrupted Scheduler) but that didn't help.
Here is the error message
Line 145, Column 93 (Code):
Type `HomeGenie.Automation.Scripting.SchedulerHelper' does not contain a definition for `IsOccurence' and no extension method `IsOccurence' of type `HomeGenie.Automation.Scripting.SchedulerHelper' could be found. Are you missing an assembly reference?
/usr/local/bin/homegenie/HomeGenie.exe (Location of the symbol related to previous error)
Not sure how to debug this.. Is there some temporary file created with all the concatenated code bits that I can look at in order to debug?
Thanks,
Reza