-
Notifications
You must be signed in to change notification settings - Fork 1.2k
I get this error: "Caused by: java.io.IOException: failed to delete file: /mnt/sdcard/Android/data/mypackage/cache/media/361bd6dab3696905ef0139a9e9969820a98218 83b4b8d0d014bdf3f7f313eede.0" #49
Comments
I am from China. |
maybe it doesn't like the space in the filename? |
I have this same issue, on 2.0.2. I do speak English, however: E/AndroidRuntime( 8674): java.lang.RuntimeException: java.io.IOException: failed to delete /data/data/com.example.app/cache/6 Since it's error'ing in the library, not in my app, I cannot try/catch to stop the crash. |
Any workaround? |
|
Adding logs just incase there is plan to fix this Fatal Exception: java.lang.RuntimeException: java.io.IOException: failed to delete /data/user/0/package/cache/picasso-cache/5c9c1b3f5eac43c0eeee56965f918676.1 |
details:
at com.jakewharton.disklrucache.Util.deleteContents(Util.java:62)
at com.jakewharton.disklrucache.DiskLruCache.delete(DiskLruCache.java:654)
at com.jakewharton.disklrucache.DiskLruCache.open(DiskLruCache.java:236)
The text was updated successfully, but these errors were encountered: