xAPPO / MQTT

MQTT client for Hubitat
Other
41 stars 15 forks source link

NullPointerException: Cannot get property 'displayName' on null object on line 2210 (updated) #11

Open amosyuen opened 3 years ago

amosyuen commented 3 years ago

app:13252021-07-19 03:37:40.161 am errorjava.lang.NullPointerException: Cannot get property 'displayName' on null object on line 2210 (updated)

Seems that the line references dev.displayName, but there is no dev object. Probably meant to access iterator variable it.

xAPPO commented 3 years ago

Thanks It will almost certainly be, as you say, referencing dev incorrectly and should be it.displayName I have corrected a few of those along the way,,