glide icon indicating copy to clipboard operation
glide copied to clipboard

class java.lang.RuntimeException: setDataSourceCallback failed: status = 0x80000000

Open h-zhouwenjun opened this issue 1 year ago • 0 comments
trafficstars

i got the error and the imageUrl is https://head.miyiapp.com/android/781015001706435046968.jpg?x-oss-process=image/resize,m_mfit,h_250,w_250 , error message is below: java.lang.RuntimeException(setDataSourceCallback failed: status = 0x80000000) call GlideException#logRootCauses(String) for more detail Cause (1 of 1): class java.lang.RuntimeException: setDataSourceCallback failed: status = 0x80000000 Cause (2 of 3): class com.bumptech.glide.load.engine.GlideException: Failed LoadPath{FileInputStream->Object->Drawable}, REMOTE, https://head.miyiapp.com/android/781015001706435046968.jpg?x-oss-process=image/resize,m_mfit,h_250,w_250 Cause (1 of 3): class com.bumptech.glide.load.engine.GlideException: Failed DecodePath{FileInputStream->GifDrawable->Drawable} Cause (2 of 3): class com.bumptech.glide.load.engine.GlideException: Failed DecodePath{FileInputStream->Bitmap->Drawable} Cause (3 of 3): class com.bumptech.glide.load.engine.GlideException: Failed DecodePath{FileInputStream->BitmapDrawable->Drawable} Cause (3 of 3): class com.bumptech.glide.load.engine.GlideException: Failed LoadPath{ParcelFileDescriptor->Object->Drawable}, REMOTE,

h-zhouwenjun avatar Feb 04 '24 09:02 h-zhouwenjun