TachibanaGeneralLaboratories / download-navi

Free and Open Source software download manager
GNU General Public License v3.0
797 stars 83 forks source link

Intermittent crash when saving to sd card #257

Open opk12 opened 2 years ago

opk12 commented 2 years ago

When the storage directory is on the SD card, sometimes I get this traceback. Sometimes I get no error and the download starts. Instead, it always works if the directory is on the internal storage.

java.lang.IllegalArgumentException: Failed to determine if 1234-5678:directory/debian-live-11.4.0-amd64-standard.iso is child of 1234-5678:directory: java.io.FileNotFoundException: Missing file for 1234-5678:directory/debian-live-11.4.0-amd64-standard.iso at /storage/1234-5678/directory/debian-live-11.4.0-amd64-standard.iso at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:146) at android.content.ContentProviderProxy.openAssetFile(ContentProviderNative.java:621) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1008) at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:843) at android.content.ContentResolver.openFileDescriptor(ContentResolver.java:797) at com.tachibana.downloader.core.system.FileDescriptorWrapperImpl.open(FileDescriptorWrapperImpl.java:49) at com.tachibana.downloader.core.system.FileSystemFacadeImpl.truncate(FileSystemFacadeImpl.java:572) at com.tachibana.downloader.ui.adddownload.AddDownloadViewModel.makeDownloadInfo(AddDownloadViewModel.java:494) at com.tachibana.downloader.ui.adddownload.AddDownloadViewModel.addDownload(AddDownloadViewModel.java:446) at com.tachibana.downloader.ui.adddownload.AddDownloadDialog.addDownload(AddDownloadDialog.java:757) at com.tachibana.downloader.ui.adddownload.AddDownloadDialog.lambda$initAlertDialog$15$com-tachibana-downloader-ui-adddownload-AddDownloadDialog(AddDownloadDialog.java:586) at com.tachibana.downloader.ui.adddownload.AddDownloadDialog$$ExternalSyntheticLambda15.onClick(D8$$SyntheticClass) at android.view.View.performClick(View.java:6312) at android.widget.TextView.performClick(TextView.java:11202) at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:1194) at android.view.View$PerformClick.run(View.java:23985) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6816) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1563) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1451)