-
Notifications
You must be signed in to change notification settings - Fork 782
[hue] An error occurred while calling method 'ThingHandler.handleCommand()' on ... (NPE) #5373
Comments
Only lending a supporting voice to this issue, seeing the same problem since upgrading to the latest snapshot on 6/4/2018 (OH2 on VM running Ubuntu) |
on openHAB 1252 the issue is still existing.
|
@cweitkamp Please refrain from using "#" for such references as it will link the github issues with those numbers (which are obviously completely unrelated). |
According to my opinion, we have currently two issues with the hue-bridge-thing. The first one is the constant loss of connection and reconnection, the other one is the NPE when sending a command. Should we add a second issue? |
Look like #5318 did some severe damage to the hue binding. I'm about to push a fix. |
...which were introduced by eclipse-archived#5318. fixes eclipse-archived#5373 Signed-off-by: Simon Kaufmann <[email protected]>
No problem. I will do that. Changed it in my initial post. |
...which were introduced by #5318. fixes #5373 Signed-off-by: Simon Kaufmann <[email protected]>
...which were introduced by eclipse-archived#5318. fixes eclipse-archived#5373 Signed-off-by: Simon Kaufmann <[email protected]>
I upgraded to OH2 1521 earlier this day. This version is based on ESH 263. The hue binding has some issues right now. #5318 replaces catching a
NullPointerException
but it looks like we have some more potential NPE lines of code in there.The text was updated successfully, but these errors were encountered: