3c133ps3d
3c133ps3d
Any workaround? Error is still present after several years.
> Caused by java.io.IOException: failed to delete /mnt/expand/865ccc00-bcc9-462a-8c57-2bba375fe503/user/0/mypackage/cache/e58254731086bffc6a6af17aef586e6e.1 at com.squareup.okhttp.internal.io.FileSystem$1.delete + 70(FileSystem.java:70) at com.squareup.okhttp.internal.DiskLruCache.removeEntry + 607(DiskLruCache.java:607) at com.squareup.okhttp.internal.DiskLruCache.trimToSize + 664(DiskLruCache.java:664) at com.squareup.okhttp.internal.DiskLruCache.access$200 + 88(DiskLruCache.java:88) at com.squareup.okhttp.internal.DiskLruCache$1.run + 175(DiskLruCache.java:175) at java.util.concurrent.ThreadPoolExecutor.runWorker...
I met same problem at 3.0.8: ``` Fatal Exception: java.nio.channels.CancelledKeyException at sun.nio.ch.SelectionKeyImpl.ensureValid + 73(SelectionKeyImpl.java:73) at sun.nio.ch.SelectionKeyImpl.interestOps + 82(SelectionKeyImpl.java:82) at com.koushikdutta.async.AsyncNetworkSocket.handleRemaining + 113(AsyncNetworkSocket.java:113) at com.koushikdutta.async.AsyncNetworkSocket.write + 91(AsyncNetworkSocket.java:91) at com.koushikdutta.async.BufferedDataSink.write + 79(BufferedDataSink.java:79)...
+100500 how can we avoid this?
Solution is simple: don't use MP3 files.
I spent a lot time trying to fix this problem. Solution is simple, just call: `(context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager).restartInput(this)` at your react-native's onDropViewInstance method.