-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Crash when importing Youtube subscriptions #7450
Comments
See also #7113 Looks like you have no file-manager... |
Not sure how to do that. Please advise |
Check if you have an app installed which let's you explore files. You likely won't have one (as the exception above says) so either install one like https://f-droid.org/en/packages/me.zhanghai.android.files/ or try to disable "Use system folder picker (SAF)" in the download-settings. |
Ok, after installing "Material Files" the crash does not occur anymore. |
Checklist
Steps to reproduce the bug
Actual behavior
AP/UI crashed
Expected behavior
No crash
Screenshots/Screen recordings
Logs
Notes!, [27.11.2021 12.05]
Exception
Crash log
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.OPEN_DOCUMENT cat=[android.intent.category.OPENABLE] typ=/ flg=0x43 (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1809)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1523)
at android.app.Activity.startActivityForResult(Activity.java:4224)
at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:597)
at androidx.core.app.ActivityCompat.startActivityForResult(ActivityCompat.java:237)
at androidx.activity.ComponentActivity$2.onLaunch(ComponentActivity.java:210)
at androidx.activity.result.ActivityResultRegistry$2.launch(ActivityResultRegistry.java:167)
at androidx.fragment.app.Fragment$9.launch(Fragment.java:3510)
at androidx.activity.result.ActivityResultLauncher.launch(ActivityResultLauncher.java:47)
at org.schabi.newpipe.local.subscription.SubscriptionsImportFragment.onImportFile(SubscriptionsImportFragment.java:181)
at org.schabi.newpipe.local.subscription.SubscriptionsImportFragment.onImportClicked(SubscriptionsImportFragment.java:168)
at org.schabi.newpipe.local.subscription.SubscriptionsImportFragment.lambda$initListeners$0(SubscriptionsImportFragment.java:158)
at org.schabi.newpipe.local.subscription.SubscriptionsImportFragment.$r8$lambda$4_N3_HtVY3hbG--lTbAQ6l6ErME(SubscriptionsImportFragment.java)
at org.schabi.newpipe.local.subscription.SubscriptionsImportFragment$$ExternalSyntheticLambda0.onClick(Unknown Source)
at android.view.View.performClick(View.java:5609)
at android.view.View$PerformClick.run(View.java:22262)
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:6097)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1041)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:931)
Device info
The text was updated successfully, but these errors were encountered: