-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
StateVerifier throw if needed 4.4.0 #2689
Comments
Let me know if you find a way to reproduce this, or attach a test with a failing test case: http://bumptech.github.io/glide/tut/failing-test-cases.html |
We managed to reproduce the error with that additional information:
The problem appears when going offline while glide is loading a remote resource |
Can you provide the set of steps that you used to reproduce the error? What load line are you using? How often does it reproduce? |
Happened 255 times - Fabric It happens various place in the code
To reproduce: |
Do you have an |
GlideModule:
Usage:
GlideApp is only used for managing local images and therefor it should not be related to this issue |
This bug seems to be related to network conditions. We have been able to reproduce it while loading images in a viewpager and go offline while swiping back and fourth. Any progress? This is our number one bug |
Maybe if you're able to attach a sample app where this is reproducible? I don't see anything obviously wrong with your code. |
Also are you using any networking libraries? Or just Glide's default? |
Internal bug is b/70869251 |
We are not able to reproduce on every devices. |
@sjudd Seems to be fixed in 4.5.0 |
Great then I think this was a duplicate of #2767. |
Still occurs in Glide 4.6.1 Only on devices below Android 5. I can reproduce in this way: Please let me know if this is a new bug for you. If yes, I provide you a new issue with detailed information The stack changed a little bit:
|
@camino2007 please do file a new issue. If you're using a custom |
Stack:
Fabric
The text was updated successfully, but these errors were encountered: