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

'No Activity found to handle Intent' when opening URL to obtain new data #262

Open
sentry-io bot opened this issue Dec 13, 2023 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 13, 2023

Potential causes:

  • The web browser available to the user is no longer supporting plain HTTP for external links, preferring HTTPS
  • Error due to an invalid URL
  • Google Play is not installed
  • Using a rooted device when launching intent
  • Using an app that is not accessible because of profile restrictions
  • Settings put into place by an administrator
    https://www.positioniseverything.net/no-activity-found-to-handle-intent/

It does not happen very often, so there is not much priority.

Sentry Issue: IRMAMOBILE-2020-1TC

PlatformException: PlatformException(, android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://sidnemailissuer.yiviconnect.nl/... (has extras) }, android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=https://sidnemailissuer.yiviconnect.nl/... (has extras) }
	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2080)
	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1727)
	at android.app.Activity.startActivityForResult(Activity.java:5377)
	at android.app.Activity.startActivityForResult(Activity.java:5335)
	at android.app.Activity.startActivity(Activity.java:5721)
	at androidx.core.content.a$a.b(ContextCompat.java:1)
	at androidx.core.content.a.i(ContextCompat.java:1)
	at m.b.a(CustomTabsIntent.java:10)
	at x1.a.onMethodCall(IIABPlugin.java:45)
	at l2.k$a.a(MethodChannel.java:18)
	at z1.c.l(DartMessenger.java:19)
	at z1.c.m(DartMessenger.java:41)
	at z1.c.i(DartMessenger.java:1)
	at z1.b.run(R8$$SyntheticClass:13)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:246)
	at android.app.ActivityThread.main(ActivityThread.java:8653)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
, null)
  File "irma_repository.dart", line 558, in IrmaRepository.openURLinAppBrowser
@sentry-io sentry-io bot added the help wanted Extra attention is needed label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

0 participants