-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[neato] NPE on discovery #9561
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
jjlauterbach
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
Dec 28, 2020
jjlauterbach
added a commit
to jjlauterbach/openhab-addons
that referenced
this issue
Dec 28, 2020
Signed-off-by: Jeff Lauterbach <[email protected]>
This is not related to #8931 ? |
No its not related to #8931. This seems to have been caused by changes for #8449. I'm not sure on the "correct" approach to resolve 8449 as bridgeUID is null when this code is being executed. Am happy to work on a proper fix for obtaining the bridgeUID during discovery, but this PR addresses the NPE and allows items to be discovered again. |
jjlauterbach
added a commit
to jjlauterbach/openhab-addons
that referenced
this issue
Dec 29, 2020
Signed-off-by: Jeff Lauterbach <[email protected]>
jjlauterbach
added a commit
to jjlauterbach/openhab-addons
that referenced
this issue
Jan 7, 2021
Signed-off-by: Jeff Lauterbach <[email protected]>
kaikreuzer
pushed a commit
that referenced
this issue
Jan 12, 2021
Signed-off-by: Jeff Lauterbach <[email protected]>
themillhousegroup
pushed a commit
to themillhousegroup/openhab2-addons
that referenced
this issue
May 10, 2021
Signed-off-by: Jeff Lauterbach <[email protected]> Signed-off-by: John Marshall <[email protected]>
thinkingstone
pushed a commit
to thinkingstone/openhab-addons
that referenced
this issue
Nov 7, 2021
Signed-off-by: Jeff Lauterbach <[email protected]>
marcfischerboschio
pushed a commit
to bosch-io/openhab-addons
that referenced
this issue
May 5, 2022
Signed-off-by: Jeff Lauterbach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
There's a null pointer exception due to a null bridgeUID being passed to the ThingUID constructor.
The text was updated successfully, but these errors were encountered: