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
NullPointerException: Attempt to read from field 'org.wordpress.android.fluxc.store.UploadStore org.wordpress.android.ui.uploads.UploadService.mUploadStore' on a null object reference
at org.wordpress.android.ui.uploads.UploadService.isPostUploadingOrQueued(UploadService.java:398)
at org.wordpress.android.ui.posts.PostListUploadStatusTracker.getUploadStatus(PostListUploadStatusTracker.kt:18)
at org.wordpress.android.ui.posts.PostListMainViewModel$getPostListViewModelConnector$1.invoke(PostListMainViewModel.kt:233)
at org.wordpress.android.ui.posts.PostListMainViewModel$getPostListViewModelConnector$1.invoke(PostListMainViewModel.kt:60)
at org.wordpress.android.viewmodel.posts.PostListViewModel.transformPostModelToPostListItemUiState(PostListViewModel.kt:194)
...
(20 additional frame(s) were not displayed)
Attempt to read from field 'org.wordpress.android.fluxc.store.UploadStore org.wordpress.android.ui.uploads.UploadService.mUploadStore' on a null object reference
The text was updated successfully, but these errors were encountered:
Candidate for closing. Needs to be confirmed by a Groundskeeper—please note the numbers are still high considering this crash was last seen in 12.6. Please decide whether or not to leave this issue open for further investigation or if we should close it since it does not appear to be happening in the latest 2 release (please double check this in Sentry because sometimes the crash moves to a new issue there if the files have changed enough and the line numbers no longer match up with the previous crash report).
Adding a note that I've learned a trick when reviewing issues in Sentry which is to click the "Similar Issues" button (near top right) to find a list of anything that has a similar exception message or log message and a color coated indicator of how similar it might be. So cool! 😍 h/t @malinajirka
Sentry Issue: https://sentry.io/share/issue/08675d53782c40848e2e0882c18bce7d/
The text was updated successfully, but these errors were encountered: