Skip to content
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

[freeboxos] NPE in APManager #16697

Closed
clinique opened this issue Apr 28, 2024 · 1 comment
Closed

[freeboxos] NPE in APManager #16697

clinique opened this issue Apr 28, 2024 · 1 comment
Assignees
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@clinique
Copy link
Contributor

This error is generated from time to time :

2024-04-28 21:00:38.078 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception: 
java.lang.NullPointerException: Cannot invoke "org.openhab.binding.freeboxos.internal.api.rest.APManager$WifiInformation.signal()" because "this.wifiInformation" is null
	at org.openhab.binding.freeboxos.internal.api.rest.APManager$LanAccessPoint.getSignal(APManager.java:52) ~[?:?]
	at org.openhab.binding.freeboxos.internal.handler.WifiStationHandler.internalPoll(WifiStationHandler.java:76) ~[?:?]
	at org.openhab.binding.freeboxos.internal.handler.ApiConsumerHandler.lambda$2(ApiConsumerHandler.java:219) ~[?:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
	at java.lang.Thread.run(Thread.java:842) [?:?]
@clinique clinique added the bug An unexpected problem or unintended behavior of an add-on label Apr 28, 2024
@clinique clinique self-assigned this Apr 28, 2024
@lolodomo
Copy link
Contributor

Closed by #16700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

2 participants