MQTT
MQTT copied to clipboard
NullPointerException: Cannot get property 'displayName' on null object on line 2210 (updated)
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.
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,,