You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.tablemi.flutter_bluetooth_basic.DeviceConnFactoryManager.sendDataImmediately(java.util.Vector)' on a null object reference
#29
Open
apocalipse9 opened this issue
Oct 8, 2021
· 1 comment
Hi Folks, good day.
I'm getting this messages on crashlytics and can't reproduce this problem.
Does anyone have any idea what might be causing this problem? In my tests it runs perfectly, but some users are having this problem.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.tablemi.flutter_bluetooth_basic.DeviceConnFactoryManager.sendDataImmediately(java.util.Vector)' on a null object reference
at com.tablemi.flutter_bluetooth_basic.FlutterBluetoothBasicPlugin$4.run(:62)
at com.tablemi.flutter_bluetooth_basic.ThreadPool$1.run(:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
The text was updated successfully, but these errors were encountered:
Hi Folks, good day.
I'm getting this messages on crashlytics and can't reproduce this problem.
Does anyone have any idea what might be causing this problem? In my tests it runs perfectly, but some users are having this problem.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.tablemi.flutter_bluetooth_basic.DeviceConnFactoryManager.sendDataImmediately(java.util.Vector)' on a null object reference
at com.tablemi.flutter_bluetooth_basic.FlutterBluetoothBasicPlugin$4.run(:62)
at com.tablemi.flutter_bluetooth_basic.ThreadPool$1.run(:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
The text was updated successfully, but these errors were encountered: