picasso: Some images are errored if .resize() applied
Hello, I am using picasso 2.5.2 If I load image with resize, then this image is always failed to load (most of images in same adapter loads well) D: Main created [R196] Request{http://ellostatic-16d2.kxcdn.com/video_thumb/1857/video580e4513694c3.jpg resize(608,332) centerCrop} D: Dispatcher enqueued [R196]+0ms D: Hunter executing [R196]+0ms D: Dispatcher retrying [R196]+507ms D: Hunter executing [R196]+508ms D: Dispatcher retrying [R196]+1015ms D: Hunter executing [R196]+1016ms D: Dispatcher batched [R196]+1528ms for error (will replay) D: Dispatcher delivered [R196]+1730ms D: Main errored [R196]+1730ms D: Main created [R197] Request{http://ellostatic-16d2.kxcdn.com/user/1/574e2ec11906d.jpeg resize(176,100) centerCrop} D: Main completed [R197] from MEMORY
But if i remove .resize()
then image loads
About this issue
- Original URL
- State: open
- Created 8 years ago
- Comments: 16 (5 by maintainers)
A weird behavior in Android interacting with bad code that I wrote!
On Fri, Apr 14, 2017, 6:49 PM Rohith Avatapally notifications@github.com wrote: