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

app crashes on error report via github #5308

Closed
4 tasks done
MathJoDE opened this issue Dec 29, 2020 · 2 comments
Closed
4 tasks done

app crashes on error report via github #5308

MathJoDE opened this issue Dec 29, 2020 · 2 comments
Labels
bug Issue is related to a bug

Comments

@MathJoDE
Copy link

MathJoDE commented Dec 29, 2020

Checklist

Steps to reproduce the bug

  1. raise any error (in my case it was NullPointerException at search on media.ccc.de #5306 ), so that you get an error page
  2. click the "report on github" button at the bottom
  3. confirm the privacy popup with "Accept"

Actual behaviour

The app crashes (see screen recording below).

Expected behavior

I don't know exacly, but maybe a browser window opening...

Screenshots/Screen recordings

SVID_20201229_120855.mp4

Logs

Exception

  • User Action: ui error
  • Request: App crash, UI failure
  • Content Country: DE
  • Content Language: de-DE
  • App Language: en
  • Service: none
  • Version: 0.20.8
  • OS: Linux Android 7.0 - 24
Crash log

android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://github.com/... flg=0x10000000 pkg=com.huawei.android.internal.app }
	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1854)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1544)
	at android.app.Activity.startActivityForResult(Activity.java:4391)
	at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:675)
	at android.app.Activity.startActivityForResult(Activity.java:4335)
	at androidx.fragment.app.FragmentActivity.startActivityForResult(FragmentActivity.java:662)
	at android.app.Activity.startActivity(Activity.java:4702)
	at android.app.Activity.startActivity(Activity.java:4670)
	at org.schabi.newpipe.util.ShareUtils.openUrlInBrowser(ShareUtils.java:39)
	at org.schabi.newpipe.report.ErrorActivity.lambda$openPrivacyPolicyDialog$6(ErrorActivity.java:279)
	at org.schabi.newpipe.report.ErrorActivity.lambda$openPrivacyPolicyDialog$6$ErrorActivity(ErrorActivity.java)
	at org.schabi.newpipe.report.-$$Lambda$ErrorActivity$zOFMu5zpmIgbungN7tR4m3YS3ps.onClick(lambda)
	at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)
	at android.os.Handler.dispatchMessage(Handler.java:105)
	at android.os.Looper.loop(Looper.java:156)
	at android.app.ActivityThread.main(ActivityThread.java:6523)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:942)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:832)


Device Model

Huawei P9 lite (HWVNS-L31)

[edit: device model information added]

@MathJoDE MathJoDE added the bug Issue is related to a bug label Dec 29, 2020
@AudricV
Copy link
Member

AudricV commented Dec 29, 2020

Duplicate of #3925 (I made a PR with a fix: #5187 in which you can test a debug APK).

@TobiGr TobiGr closed this as completed Dec 29, 2020
@MathJoDE
Copy link
Author

Oh, I'm sorry!

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

3 participants