-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Crash: ActivityNotFoundException: No Activity found to handle null #1873
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
Comments
Gonna update to 7.1.0 and see if that helps |
This has now happened four times, all to the same user. Who of course, I can't communicate with because presumably they haven't successfully logged in yet. And I can't update to 7.1.0 because of #1874, waiting for 7.1.1. |
I'm happy to submit a PR for this, just let me know what approach you'd like to take:
|
@edenman sorry for my slow response and thanks for the offer of a PR. Before we try to add a fix to catch this error I'd really like to find a way to reproduce it. Otherwise it could be covering up something larger. |
Gotcha. How about a half-measure: catch the exception, add some more information about how we got in this state, then re-throw? I can't actually tell if you're able to grab that information early enough, though. |
I poked around and I can't even figure out what could be causing this so I don't know what/where to add logging. Lmk if you have guidance or if you can just add it yourself? |
No worries I'll look into this one!
…On Sun, Dec 6, 2020 at 11:44 AM Eric Denman ***@***.***> wrote:
I poked around and I can't even figure out what could be causing this so I
don't know what/where to add logging. Lmk if you have guidance or if you
can just add it yourself?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1873 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACATB2SXSRBVNMBCIC26OTTSTPNKZANCNFSM4T75535Q>
.
|
Hi! A few weeks ago I was able to reproduce that same error with another app I installed. @edenman , if you want me to try yours and see if I can reproduce it, just drop me a line. |
This is still happening in 7.1.1 |
This is happening for my app, too:
using: |
Env
Problem
Steps to reproduce:
I haven't repro'd this myself, it came in via Sentry. There's none of my code in the stacktrace.
Relevant Code:
Breadcrumbs before the crash:
Stacktrace
The text was updated successfully, but these errors were encountered: