I’m a longtime WebCoRE user. I discovered a bug today in v0.3.110…
If I have a “Do every” statement, and have it set “do every __ minutes”, and choose a whole number (e.g. 6), the script runs as expected.
If I enter a decimal amount (e.g. 6.5) into the UI:
upon saving will display it as “6”:
However, the piston will not run. It will show an error at the top of the UI “This piston does not subscribe to any events.”
If I switch back to “6” or “7” minutes in the input, the piston runs as expected.
Suggestion: UI should not allow decimals to be input. Or, it should not allow saving if a decimal is in the field.