jobobby04 / TachiyomiSY

Free and open source manga reader for Android
Apache License 2.0
2.68k stars 145 forks source link

App still crashes when viewing gifs #913

Closed patros36 closed 1 year ago

patros36 commented 1 year ago

Steps to reproduce

See issue 833, nothing changed unfortunately.

Expected behavior

Not crash

Actual behavior

Crash

Crash logs

E/GlobalExceptionHandler: java.io.FileNotFoundException: /data/user/0/eu.kanade.tachiyomi.sy/cache/chapter_disk_cache/5c0bb64ccd015fdccfaa5334fd8f0f63.0: open failed: ENOENT (No such file or directory) at libcore.io.IoBridge.open(IoBridge.java:496) at java.io.FileInputStream.(FileInputStream.java:159) at eu.kanade.tachiyomi.ui.reader.loader.HttpPageLoader$_loadPage$2.invoke(SourceFile:42) at eu.kanade.tachiyomi.ui.reader.viewer.pager.PagerPageHolder$setImage$2.invokeSuspend(SourceFile:6) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:12) at kotlinx.coroutines.DispatchedTask.run(SourceFile:113) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(SourceFile:4) at kotlinx.coroutines.scheduling.TaskImpl.run(SourceFile:3) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(SourceFile:1) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:63) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@d49b979, Dispatchers.Main] Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) at libcore.io.Linux.open(Native Method) at libcore.io.ForwardingOs.open(ForwardingOs.java:167) at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252) at libcore.io.ForwardingOs.open(ForwardingOs.java:167) at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7461) at libcore.io.IoBridge.open(IoBridge.java:482) ... 9 more

Tachiyomi version

1.9.3 r525

Android version

android 1p

Device

xiaomi mi mix 2s

Other details

No response

Acknowledgements

jobobby04 commented 1 year ago

This is an issue with the main Tachi image cache, currently cannot do anything about it.