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 caused by java.lang.NullPointerException: dataIntent must not be null (potentially related: New chrome Version) #237

Closed
2 of 9 tasks
KeiShadow opened this issue Feb 5, 2019 · 5 comments

Comments

@KeiShadow
Copy link

Issue

Hello, my application crashed with latest chrome browser( 72.0.3626.76)
In app i detected if the chrome is installed if yes the redirect url is change for page after the correct login the ids server will redirect user to page where is a button with required params for redirect back to APP. The login worked very well since last chrome update. The another browser working good.

Log:
E/AndroidRuntime: FATAL EXCEPTION: main
Process: secret, PID: 1804
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=0, data=null} to activity {secret/secret.MainActivity}: java.lang.NullPointerException: dataIntent must not be null
at android.app.ActivityThread.deliverResults(ActivityThread.java:4268)

Environment

  • Your Identity Provider: dentityServer 4
  • Platform that you're experiencing the issue on:
    • iOS
    • Android
    • iOS but have not tested behavior on Android
    • Android but have not tested behavior on iOS
    • Both
  • Are you using Expo, e.g. ExpoKit?
    • No
    • Yes, I've not ejected
    • Yes, but I have ejected to ExpoKit
    • Yes, but I have ejected to vanilla React Native
@sraka1
Copy link

sraka1 commented Feb 6, 2019

Looks like this is also related to my comment in #130 and is getting more and more frequent? Maybe a newer Chrome is somehow the problem here?

@kadikraman have you had this issue occur as well?

@kadikraman
Copy link
Contributor

Hi @sraka1 - I haven't had the chance to investigate this yet, but it's on my backlog.

@sraka1
Copy link

sraka1 commented Mar 19, 2019

@kadikraman could you please rename this issue into "Crash caused by java.lang.NullPointerException: dataIntent must not be null". I don't think the version of Chrome (or any other browser) is to blame here...

@kadikraman
Copy link
Contributor

Thanks for the tip, @sraka1 - the new Chrome version may be a coincidence in this case.

@kadikraman kadikraman changed the title New chrome Version Crash caused by java.lang.NullPointerException: dataIntent must not be null (potentially related: New chrome Version) Mar 31, 2019
@Jay-A-McBee
Copy link
Contributor

Closing this out - should be fixed by #352.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants