nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

kotlin.io.NoSuchFileException: /external/images/media/24205: The source file doesn't exist. #129

Closed vivekjoyride closed 1 year ago

vivekjoyride commented 3 years ago

When i update to 1.3.3 to 1.4.3 getting crash kotlin.io.NoSuchFileException: /external/images/media/24205: The source file doesn't exist. at kotlin.io.FilesKt__UtilsKt.copyTo(Utils.kt:183) at kotlin.io.FilesKt__UtilsKt.copyTo$default(Utils.kt:181) at id.zelory.compressor.UtilKt.copyToCache(Util.kt:82) at id.zelory.compressor.Compressor$compress$3.invokeSuspend(Compressor.kt:25) at id.zelory.compressor.Compressor$compress$3.invoke(Unknown Source:10) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:91) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:156) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1) at id.zelory.compressor.Compressor.compress(Compressor.kt:23) at id.zelory.compressor.Compressor.compress$default(Compressor.kt:22) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:8125) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:496) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)

nguyenhoanglam commented 2 years ago

@vivekjoyride v1.5.0 is available now. Hope crashes will gone!