-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
bugAn unexpected problem or unintended behavior of an add-onAn unexpected problem or unintended behavior of an add-on
Description
Here's the log:
2026-02-20 08:11:03.433 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.IllegalStateException: connect() must be called first
at com.tananaev.adblib.AdbConnection.open(AdbConnection.java:321) ~[?:?]
at org.openhab.binding.androiddebugbridge.internal.AndroidDebugBridgeDevice.lambda$5(AndroidDebugBridgeDevice.java:761) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1583) [?:?]
followed by this one:
2026-02-20 09:19:18.778 [WARN ] [mmon.WrappedScheduledExecutorService] - Scheduled runnable ended with an exception:
java.lang.IllegalStateException: WebSocketClient@-1052240748 is not started
at org.eclipse.jetty.websocket.client.WebSocketClient.connect(WebSocketClient.java:335) ~[?:?]
at org.eclipse.jetty.websocket.client.WebSocketClient.connect(WebSocketClient.java:315) ~[?:?]
at org.openhab.binding.freeboxos.internal.api.rest.WebSocketManager.lambda$0(WebSocketManager.java:125) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.lang.Thread.run(Thread.java:1583) [?:?]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn unexpected problem or unintended behavior of an add-onAn unexpected problem or unintended behavior of an add-on