-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Android]PlatformException(Characteristic unavailable, null, null, null) #143
Comments
I have found solution when debuging.
Next we call setNotifiable but there should be a timeout... I took 1 sec.
|
@ankita-kanchan hey , Ankita can u provide a running example for this package in android . It's urgent. I am unable to run this package on android |
Seconded on the example! I can't seem to get this to work on Android either. |
@ethmth i am able to run this package on android now |
Thank you. Unfortunately that example doesn't seem to include readValue/writeValue/setNotifiable, which is where I'm having trouble. |
@ethmthcan you update me once if u got any solution of ur problem , i am having same issues. |
quick blue irregularly throws this PlatformException(Characteristic unavailable, null, null, null)
E/flutter (21750): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Characteristic unavailable, null, null, null)
E/flutter (21750): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653)
E/flutter (21750): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296)
E/flutter (21750):
Does anyone have an idea how I can fix/avoid the exception?
Thanks!
The text was updated successfully, but these errors were encountered: