apwelsh / hubitat

MIT License
26 stars 12 forks source link

null cast to int during relinking process #22

Closed apwelsh closed 1 year ago

apwelsh commented 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

apwelsh commented 1 year ago

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.