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
I met with sudden crash at the log in pages when trying to log in.
It is fine daily when my network is normal.
But at that time my network connection was rather poor.
Logcat
FATAL EXCEPTION: main
Process: com.jetpack.android, PID: 14179
org.greenrobot.eventbus.EventBusException: Invoking subscriber failed
at org.greenrobot.eventbus.EventBus.handleSubscriberException(EventBus.java:537)
at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:519)
at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:511)
at org.greenrobot.eventbus.HandlerPoster.handleMessage(HandlerPoster.java:67)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8177)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)
Caused by: java.lang.NullPointerException: Parameter specified as non-null is null: method org.wordpress.android.ui.uploads.UploadActionUseCase.isEligibleForAutoUpload, parameter site
at org.wordpress.android.ui.uploads.UploadActionUseCase.isEligibleForAutoUpload(Unknown Source:2)
at org.wordpress.android.ui.uploads.PostUploadHandler.onPostUploaded(PostUploadHandler.java:681)
at java.lang.reflect.Method.invoke(Native Method)
at org.greenrobot.eventbus.EventBus.invokeSubscriber(EventBus.java:517)
... 9 more
Description
I met with sudden crash at the log in pages when trying to log in.
It is fine daily when my network is normal.
But at that time my network connection was rather poor.
Logcat
More Info
Android: 14
Device: Pixel 8
App: Jetpack
Version: 25.7.2
The text was updated successfully, but these errors were encountered: