Skip to content
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

Closed
4 tasks done
Jykke76 opened this issue Nov 27, 2021 · 4 comments
Closed
4 tasks done

Crash when importing Youtube subscriptions #7450

Jykke76 opened this issue Nov 27, 2021 · 4 comments
Labels
bug Issue is related to a bug

Comments

@Jykke76
Copy link

Jykke76 commented Nov 27, 2021

Checklist

Steps to reproduce the bug

  1. Go to Subscritions import from > Youtube
  2. Press on IMPORT FILE
  3. Crash
  4. Can be produced every time

Actual behavior

AP/UI crashed

Expected behavior

No crash

Screenshots/Screen recordings

Logs

Notes!, [27.11.2021 12.05]

Exception

  • User Action: ui error
  • Request: ACRA report
  • Content Country: US
  • Content Language: en-US
  • App Language: en_US
  • Service: none
  • Version: 0.21.13
  • OS: Linux Android 7.0 - 24
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

  • Android version/Custom ROM version: 1.6.1
  • Device model: Formuler CC
@Jykke76 Jykke76 added the bug Issue is related to a bug label Nov 27, 2021
@litetex
Copy link
Member

litetex commented Nov 27, 2021

See also #7113


#6729 (comment)

Looks like you have no file-manager...
Can you check if you have one?

@litetex litetex added the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Nov 27, 2021
@triallax triallax changed the title Crash when importing Youtube subsriptions Crash when importing Youtube subscriptions Nov 27, 2021
@Jykke76
Copy link
Author

Jykke76 commented Nov 27, 2021

See also #7113

#6729 (comment)

Looks like you have no file-manager... Can you check if you have one?

Not sure how to do that. Please advise

@github-actions github-actions bot removed the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Nov 27, 2021
@litetex
Copy link
Member

litetex commented Nov 27, 2021

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.

@Jykke76
Copy link
Author

Jykke76 commented Nov 27, 2021

Ok, after installing "Material Files" the crash does not occur anymore.

@litetex litetex closed this as completed Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants