Open bucker opened 7 months ago
Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
@afreakyelf any update on this issue because we are also facing the same thing in production ..!! any help would be grateful.
i am facing same issue as well any fixes for this ?
@afreakyelf any update on this??
Getting the same issue
📝 Describe the Bug
I found the crash report looks like this:
Unable to reproduce it, but seems like it would be possible to access the cache folder
/___pdf___cache___
cache has beendeleteRecursively()
.Since the task to add bitmap to cache will be run on the IO thread, there's no guarantee that the
cacheDir
will exist when it executes.The solution might be to check the
cacheDir
exists before proceeding, but not sure if I have missed anything.📖 Library Version