-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Chucker corrupts image resources. #225
Comments
Hi @MiSikora |
Hi @vbuberen android {
buildFeatures {
viewBinding = true
}
} Or via Gradle properties. https://developer.android.com/studio/preview/features#buildfeatures |
Thanks for pointing out. Didn't know that :) |
Cool, thanks for the quick response. If copying is a to go solution maybe you could try to play around tee command - square/okio#186 I don't know if that's helpful. I might give it a stab when I find some time. |
Thanks for reporting and thanks for providing also a reproducible environemtn @MiSikora.
Let me know if you do any progress on this side @vbuberen
If you happen to have time for this, we would really appreciate your contribution :) |
📢 Describe the bug
If
OkHttp
client with theChuckerInterceptor
is used for image downloads then the requests fail.💣 To Reproduce
Coil
orPicasso
buttons.🔧 Expected behavior
The image should be downloaded and displayed in the ImageView. It should work in the same way as if the
ChuckerInterceptor
was disabled.📷 Screenshots
Stack trace for
Picasso
.Stack trace for
Coil
.📱 Smartphone
3.1.1
📄 Additional context
Issue does not exist in
3.1.0
. It was introduced with3.1.1
.The text was updated successfully, but these errors were encountered: