more G-Labs products

Author Topic: Timetable fails due to Scheduler becoming undefined  (Read 517 times)

September 16, 2016, 07:19:39 AM
Read 517 times

reza

  • *
  • Information
  • Newbie
  • Posts: 10
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

Quote
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


There are no comments for this topic. Do you want to be the first?