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

Failed to handle method call #7

Open
hualuojian opened this issue Mar 20, 2020 · 0 comments
Open

Failed to handle method call #7

hualuojian opened this issue Mar 20, 2020 · 0 comments

Comments

@hualuojian
Copy link

I/flutter (25752): 
E/MethodChannel#native_progress_hud(25752): Failed to handle method call
E/MethodChannel#native_progress_hud(25752): java.lang.IllegalStateException: Reply already submitted
E/MethodChannel#native_progress_hud(25752): 	at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:148)
E/MethodChannel#native_progress_hud(25752): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.notImplemented(MethodChannel.java:244)
E/MethodChannel#native_progress_hud(25752): 	at com.nativee.progresshud.native_progress_hud.NativeProgressHudPlugin.onMethodCall(NativeProgressHudPlugin.kt:110)
E/MethodChannel#native_progress_hud(25752): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:231)
E/MethodChannel#native_progress_hud(25752): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:93)
E/MethodChannel#native_progress_hud(25752): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:642)
E/MethodChannel#native_progress_hud(25752): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/MethodChannel#native_progress_hud(25752): 	at android.os.MessageQueue.next(MessageQueue.java:323)
E/MethodChannel#native_progress_hud(25752): 	at android.os.Looper.loop(Looper.java:136)
E/MethodChannel#native_progress_hud(25752): 	at android.app.ActivityThread.main(ActivityThread.java:6435)
E/MethodChannel#native_progress_hud(25752): 	at java.lang.reflect.Method.invoke(Native Method)
E/MethodChannel#native_progress_hud(25752): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:939)
E/MethodChannel#native_progress_hud(25752): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:829)
E/DartMessenger(25752): Uncaught exception in binary message listener
E/DartMessenger(25752): java.lang.IllegalStateException: Reply already submitted
E/DartMessenger(25752): 	at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:148)
E/DartMessenger(25752): 	at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:249)
E/DartMessenger(25752): 	at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:93)
E/DartMessenger(25752): 	at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:642)
E/DartMessenger(25752): 	at android.os.MessageQueue.nativePollOnce(Native Method)
E/DartMessenger(25752): 	at android.os.MessageQueue.next(MessageQueue.java:323)
E/DartMessenger(25752): 	at android.os.Looper.loop(Looper.java:136)
E/DartMessenger(25752): 	at android.app.ActivityThread.main(ActivityThread.java:6435)
E/DartMessenger(25752): 	at java.lang.reflect.Method.invoke(Native Method)
E/DartMessenger(25752): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:939)
E/DartMessenger(25752): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:829)
D/PhoneWindow(25752): initNavigationBarColor color-526345,dark=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant