You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the option "Create a 7-Day Rain History Tile" (var: rainhistory) is turned off, the refresh code in 'rainTile' will crash with: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'null' with class 'null' to class 'int'. Try 'java.lang.Integer' instead
This crash can have a cascading effect, as the polling code is executed during an update, and thus causes the poll scheduling (and auto log info off feature) to not be programmed. This effectively breaks the driver, as no weather updates will be requested.
The text was updated successfully, but these errors were encountered:
xcguy
changed the title
Rainfall history title creation crashes if option is turned off
Rainfall history tile creation crashes if option is turned off
May 12, 2023
When the option "Create a 7-Day Rain History Tile" (var: rainhistory) is turned off, the refresh code in 'rainTile' will crash with:
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'null' with class 'null' to class 'int'. Try 'java.lang.Integer' instead
This crash can have a cascading effect, as the polling code is executed during an update, and thus causes the poll scheduling (and auto log info off feature) to not be programmed. This effectively breaks the driver, as no weather updates will be requested.
The text was updated successfully, but these errors were encountered: