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

IllegalStateException #2741

Open
mssupremgupta opened this issue Sep 4, 2023 · 0 comments
Open

IllegalStateException #2741

mssupremgupta opened this issue Sep 4, 2023 · 0 comments

Comments

@mssupremgupta
Copy link

mssupremgupta commented Sep 4, 2023

Description

I am getting below crash on my production app after upgrading to 2.5.0 from 2.3.0
Exception java.lang.IllegalStateException: at com.facebook.common.internal.Preconditions.checkState (Preconditions.java) at com.facebook.drawee.backends.pipeline.PipelineDraweeController.getImageInfo (PipelineDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.reportSuccess (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.onNewResultInternal (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.submitRequest (AbstractDraweeController.java) at com.facebook.drawee.view.DraweeHolder.attachController (DraweeHolder.java) at com.facebook.drawee.view.DraweeHolder.attachOrDetachController (DraweeHolder.java) at com.facebook.drawee.generic.RootDrawable.setVisible (RootDrawable.java) at android.widget.ImageView.onVisibilityAggregated (ImageView.java:1688) at android.view.View.dispatchAttachedToWindow (View.java:22500) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.addViewInner (ViewGroup.java:5520) at android.view.ViewGroup.addView (ViewGroup.java:5296) at android.view.ViewGroup.addView (ViewGroup.java:5236) at androidx.recyclerview.widget.ChildHelper.addView (ChildHelper.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView (RecyclerView.java) at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.fill (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollBy (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollVerticallyBy (LinearLayoutManager.java) at androidx.recyclerview.widget.RecyclerView.scrollStep (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$ViewFlinger.run (RecyclerView.java) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1301) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1309) at android.view.Choreographer.doCallbacks (Choreographer.java:923) at android.view.Choreographer.doFrame (Choreographer.java:847) at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1283) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop (Looper.java:313) at android.app.ActivityThread.main (ActivityThread.java:8757) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)

Reproduction

Not able to reproduce this by myself but getting the report on playstore . Not sure how to reproduce this.

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