-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #5
Comments
It gives this error: "TypeError: dates.stages[EskomSePushInfo.calc.stage] is not iterable" |
Having the same issue
|
Can I get some info on the area are you using? |
It looks like the issue happens when you leave it on test for a while. When I disable test for a few minutes the error stops. |
My test option is disabled for 30 mins now. Still the same |
Im in erasmusrand |
jhbcitypower2-8-sundowner |
Thanks. I am able to reproduce the issue. |
The wrong schedule was taken (array starts counting at 0, the stage at 1). This off by one resulted in not being able to find a schedule during stage 8 load shedding. (issue #5) In case of an event, the start end and time where not stored in the calculated object, resulting in an "invalid date" status.
Created a new release, fixing this. Should be updatable from the palette manager shortly. |
Describe the bug
Seemingly internal TypeError
To Reproduce
Steps to reproduce the behavior:
The node was working fine and it started giving issues without me touching it again.
I stopped referencing it and its still giving errors
Expected behavior
Output time to next LS and duration
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: