Page 1 of 1
KeyError on egg-timers (Schedulghost)
Posted: Mon Jun 17, 2013 6:48 am
by Pastis
Hello
I often get the following error message when using egg timer:
dunno what to do... error comes randomly

please help !
Re: KeyError on egg-timers (Schedulghost)
Posted: Mon May 01, 2017 4:17 am
by Craigorsarus
I know this post is really old, but It shows up in google when searching for this error.
This started happening to me recently and I have found that this happens when you have more than one egg timer that is started within the same second (even if they are for different amounts of time)
A workaround can be to add a 'wait 1 second' before the 'start egg timer' action within the macro, this does slow things down a bit but I would rather they work a second slower than start causing heaps of errors lol
Re: KeyError on egg-timers (Schedulghost)
Posted: Mon May 01, 2017 9:04 am
by topix
Thanks to your findings i found the problematic code. Iv' made a quick fix to workaround it.
Ivel uploaded the fixed version to the plugin thread:
viewtopic.php?f=9&t=2740&p=45664#p45664
Re: KeyError on egg-timers (Schedulghost)
Posted: Tue May 02, 2017 12:53 am
by Craigorsarus
Awesome, thanks topix
