You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to backup my app settings before i deleted LT on December. Its got updates so i wanted to test ut back if is usable or not. But after install and trying to restore i got that msg; java.lang.SecurityException: com.samsung.android.providers.media has no access to content://media/external_primary/file/1001645215 at android.os.Parcel.createExceptionOrNull(Parcel.java:3023) at android.os.Parcel.createException(Parcel.java:3007) at android.os.Parcel.readException(Parcel.java:2990) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2034) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1849) at android.content.ContentResolver.openInputStream(ContentResolver.java:1525) at com.github.libretube.helpers.BackupHelper.restoreAdvancedBackup(SourceFile:179) at com.github.libretube.ui.preferences.BackupRestoreSettings$getBackupFile$1$1.invokeSuspend(SourceFile:49) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9) at kotlinx.coroutines.DispatchedTask.run(SourceFile:113) at androidx.work.impl.WorkerWrapper$1.run(SourceFile:15) at kotlinx.coroutines.scheduling.TaskImpl.run(SourceFile:3) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:96) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3906b93, Dispatchers.IO]
Media have all privileges and works fine,but LT doesn't ask for permission to read data,its may be the issue?
Expected behavior
Properly restore settings
Actual behavior
Shows error that Media (Samsung) app cannot read the file
LibreTube version
0.27.0
Android version
A13 OneUI 5.1
Other details
No response
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
I have written a short but informative title.
I will fill out all of the requested information in this form.
The text was updated successfully, but these errors were encountered:
Could you please try using a different file manage, i.e. the Stock Android file manager? (Possibly you can set a different file manager somewhere in the Android settings or disable the preinstalled Samsung files app)
Could you please try using a different file manage, i.e. the Stock Android file manager? (Possibly you can set a different file manager somewhere in the Android settings or disable the preinstalled Samsung files app)
LibreTube don't ask where to open a file(like when try to install app and which installer to choose from)
It's opens in My Files from Google(not Google Files),blue folder icon on white background. And sorry but I cannot uinstall Samsung file manager(Default on SM) :×
Steps to reproduce
Im trying to backup my app settings before i deleted LT on December. Its got updates so i wanted to test ut back if is usable or not. But after install and trying to restore i got that msg;
java.lang.SecurityException: com.samsung.android.providers.media has no access to content://media/external_primary/file/1001645215 at android.os.Parcel.createExceptionOrNull(Parcel.java:3023) at android.os.Parcel.createException(Parcel.java:3007) at android.os.Parcel.readException(Parcel.java:2990) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:190) at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel(DatabaseUtils.java:153) at android.content.ContentProviderProxy.openTypedAssetFile(ContentProviderNative.java:780) at android.content.ContentResolver.openTypedAssetFileDescriptor(ContentResolver.java:2034) at android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:1849) at android.content.ContentResolver.openInputStream(ContentResolver.java:1525) at com.github.libretube.helpers.BackupHelper.restoreAdvancedBackup(SourceFile:179) at com.github.libretube.ui.preferences.BackupRestoreSettings$getBackupFile$1$1.invokeSuspend(SourceFile:49) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9) at kotlinx.coroutines.DispatchedTask.run(SourceFile:113) at androidx.work.impl.WorkerWrapper$1.run(SourceFile:15) at kotlinx.coroutines.scheduling.TaskImpl.run(SourceFile:3) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:96) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3906b93, Dispatchers.IO]
Media have all privileges and works fine,but LT doesn't ask for permission to read data,its may be the issue?
Expected behavior
Properly restore settings
Actual behavior
Shows error that Media (Samsung) app cannot read the file
LibreTube version
0.27.0
Android version
A13 OneUI 5.1
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: