-
-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Hello, I reported this error when I was executing a Bluetooth connection, and I failed to try the connection multiple times. What is the reason for this exception being exposed?
org.freedesktop.dbus.errors.NoReply: No reply within specified time
at org.freedesktop.dbus.RemoteInvocationHandler.executeRemoteMethod(RemoteInvocationHandler.java:202)
at org.freedesktop.dbus.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:89)
at com.sun.proxy.$Proxy237.Connect(Unknown Source)
at com.github.hypfvieh.bluetooth.wrapper.BluetoothDevice.connect(BluetoothDevice.java:389)
at com.weidian.app24h.iot.plugin.bl.ConnectDeviceHelper.connect(ConnectDeviceHelper.java:398)
at com.weidian.app24h.iot.plugin.bl.ConnectDeviceHelper.connect(ConnectDeviceHelper.java:220)
at com.weidian.app24h.iot.plugin.bl.ConnectDeviceHelper.connect(ConnectDeviceHelper.java:97)
at com.weidian.app24h.iot.plugin.bl.CabinetCommandHelper.authDevice(CabinetCommandHelper.java:62)
at com.weidian.app24h.iot.plugin.common.task.AuthBlueTimerTask.processGetStatus(AuthBlueTimerTask.java:89)
at com.weidian.app24h.iot.plugin.common.task.AuthBlueTimerTask.run(AuthBlueTimerTask.java:46)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)