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

NullPointerException: exit when the request is loading, please fix it #82

Open
LinChengChun opened this issue Apr 19, 2019 · 1 comment

Comments

@LinChengChun
Copy link

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.pichillilorenzo.flutter_inappbrowser.InAppWebView.InAppWebView.destroy()' on a null object reference
W/System.err(26220): at com.pichillilorenzo.flutter_inappbrowser.FlutterWebView$1.onPageFinished(FlutterWebView.java:227)
W/System.err(26220): at com.android.webview.chromium.WebViewContentsClientAdapter.onPageFinished(WebViewContentsClientAdapter.java:690)
W/System.err(26220): at org.chromium.android_webview.AwWebContentsObserver.didFinishLoad(AwWebContentsObserver.java:44)
W/System.err(26220): at org.chromium.content.browser.webcontents.WebContentsObserverProxy.didFinishLoad(WebContentsObserverProxy.java:162)
W/System.err(26220): at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
W/System.err(26220): at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:53)
W/System.err(26220): at android.os.Handler.dispatchMessage(Handler.java:111)
W/System.err(26220): at android.os.Looper.loop(Looper.java:194)
W/System.err(26220): at android.app.ActivityThread.main(ActivityThread.java:5889)
W/System.err(26220): at java.lang.reflect.Method.invoke(Native Method)
W/System.err(26220): at java.lang.reflect.Method.invoke(Method.java:372)
W/System.err(26220): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1019)
W/System.err(26220): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:814)
F/chromium(26220): [FATAL:jni_android.cc(249)] Check failed: false. Please include Java exception stack in crash report
W/google-breakpad(26220): ### ### ### ### ### ### ### ### ### ### ### ### ###
W/google-breakpad(26220): Chrome build fingerprint:
W/google-breakpad(26220): 1.0.0
W/google-breakpad(26220): 1
W/google-breakpad(26220): ### ### ### ### ### ### ### ### ### ### ### ### ###

@LinChengChun
Copy link
Author

Tx

This was referenced Jul 6, 2020
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