-
Notifications
You must be signed in to change notification settings - Fork 8
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
The app will flash back when scanning Wi-Fi is not working #8
Comments
Hi @guicai666, |
How is this solved? I am having the same issue.
|
Any update? I even checked its java code there is no handling for app pause state or app resume state. If WIFI keeps scanning or expects results to be transferred after the app is paused, what will it do!. I really found this plugin easy to use as compared to others but sad that it is unusable at this state because of this eminent crash. I even tried to run the original example code and it's 100% the same behavior so nothing special in my code. Using Google Pixel 3 |
Hi @madilsharief, |
Thanks for your response but I had an urgent need for using a wifi scanner so I used an alternative for now. But sure if I get time I'll look into java code to see how can i resolve this. Because this plugin was very simple to use. |
yeah, got same buggy here: How to stop (manually / abort) the progress scan?? |
Error message
E/AndroidRuntime( 6045): java.lang.RuntimeException: Error receiving broadcast Intent { act=android.net.wifi.SCAN_RESULTS flg=0x4000010 } in klydra.wifi_hunter.WiFiHunterPlugin$1@2f60c5df E/AndroidRuntime( 6045): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:874) E/AndroidRuntime( 6045): at android.os.Handler.handleCallback(Handler.java:739) E/AndroidRuntime( 6045): at android.os.Handler.dispatchMessage(Handler.java:95) E/AndroidRuntime( 6045): at android.os.Looper.loop(Looper.java:135) E/AndroidRuntime( 6045): at android.app.ActivityThread.main(ActivityThread.java:5372) E/AndroidRuntime( 6045): at java.lang.reflect.Method.invoke(Native Method) E/AndroidRuntime( 6045): at java.lang.reflect.Method.invoke(Method.java:372) E/AndroidRuntime( 6045): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1125) E/AndroidRuntime( 6045): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:809) E/AndroidRuntime( 6045): Caused by: java.lang.IllegalStateException: Reply already submitted E/AndroidRuntime( 6045): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:286) E/AndroidRuntime( 6045): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.error(MethodChannel.java:272) E/AndroidRuntime( 6045): at klydra.wifi_hunter.WiFiHunterPlugin$1.onReceive(WiFiHunterPlugin.java:108) E/AndroidRuntime( 6045): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:864) E/AndroidRuntime( 6045): ... 8 more I/Process ( 6045): killProcess pid=6045 I/Process ( 6045): java.lang.RuntimeException I/Process ( 6045): at android.os.Process.killProcess(Process.java:1106) I/Process ( 6045): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:99) I/Process ( 6045): at com.tencent.bugly.crashreport.crash.l.b(BUGLY:68) I/Process ( 6045): at com.tencent.bugly.crashreport.crash.l.uncaughtException(BUGLY:2) I/Process ( 6045): at cn.jiguang.b.a.uncaughtException(Unknown Source) I/Process ( 6045): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693) I/Process ( 6045): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690) I/Process ( 6045): Sending signal. PID: 6045 SIG: 9
The text was updated successfully, but these errors were encountered: