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 viewing github page from settings #66

Open
pserwylo opened this issue Sep 11, 2023 · 1 comment
Open

Crash when viewing github page from settings #66

pserwylo opened this issue Sep 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@pserwylo
Copy link
Collaborator

Via Google Play Console. Has occurred 400 times in the last month (2nd most of any crashes). The title of this issue is my interpretation of the stack trace - I have not witnessed it myself:

Perhaps related to Android M requiring you to specify which package you want to handle the intent (even if just hoping for browsing a URL): https://stackoverflow.com/a/67485825.

Exception android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://github.com/... }
  at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2067)
  at android.app.Instrumentation.execStartActivity (Instrumentation.java:1727)
  at android.app.Activity.startActivityForResult (Activity.java:5320)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:728)
  at android.app.Activity.startActivityForResult (Activity.java:5278)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:709)
  at android.app.Activity.startActivity (Activity.java:5664)
  at android.app.Activity.startActivity (Activity.java:5617)
  at com.nicobrailo.pianoli.AboutPreference.launchWebsite (AboutPreference.java:54)
  at com.nicobrailo.pianoli.AboutPreference.access$000 (AboutPreference.java:12)
  at com.nicobrailo.pianoli.AboutPreference$1.onClick (AboutPreference.java:44)
  at android.view.View.performClick (View.java:7462)
  at android.view.View.performClickInternal (View.java:7435)
  at android.view.View.access$3600 (View.java:813)
  at android.view.View$PerformClick.run (View.java:28502)
  at android.os.Handler.handleCallback (Handler.java:938)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loop (Looper.java:223)
  at android.app.ActivityThread.main (ActivityThread.java:7720)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:612)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:997)
@pserwylo pserwylo added the bug Something isn't working label Sep 11, 2023
@pserwylo
Copy link
Collaborator Author

It seems like the worst offender (#65) is fixed now judging by reports in Google Play. So that means this is now the most commonly logged bug. It is annoying, because it stops people coming here! I'll take a look at it and see if I can reproduce and then fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant