Closed apwelsh closed 1 year ago
We are also getting errors after recent updates.
Error: Cannot cast object 'null' with class 'null' to class 'int'. Try 'java.lang.Integer' instead This error is from the attempted re-link. Tried UnLink and ReLink but now it cannot re-link.
Originally posted by @budjik-tech in https://github.com/apwelsh/hubitat/issues/21#issuecomment-1345462507
Fixed the error which was actually a type cast conversion on 1610, attempting to set an int type to the value of null. changed type to Integer.
Error: Cannot cast object 'null' with class 'null' to class 'int'. Try 'java.lang.Integer' instead This error is from the attempted re-link. Tried UnLink and ReLink but now it cannot re-link.
Originally posted by @budjik-tech in https://github.com/apwelsh/hubitat/issues/21#issuecomment-1345462507