-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] FileNotFoundException when addBitmapToCache #126
Comments
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 ..!! |
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
The text was updated successfully, but these errors were encountered: