java.lang.RuntimeException: Failure delivering result ResultInfo
See original GitHub issueConfiguration
- Version: ‘0.10.0’
- Integration: (native(Kotlin)
- Identity provider: (Auth0)
- compileSdkVersion: 31
- targetSdkVersion: 31
Description
hi, for some android devices (specially Android version 8.1.0, 9, 12)crash with this error. Result state= -1(RESULT_OK) “data” also not null, data contain “authorizationCode”.
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1811784904, result=-1, data=Intent { dat=com.abc.v3.4df:/oauth2redirect?code=QdQk5NJq8zTKWbKjX-V31efagh62nnQgL3J06q0v8M0&scope=openid profile tenant_code employee_code webapi offline_access&state=W0iaArQHtx2IdpVhb0vM1Q&session_state=Ehnxm1IKypA4-tfbGjJlj5rg2DBhV1-Kng46hu9pqFs.hOLT6ft_Ba0cTomMFd1fKw (has extras) }}
Can u provide me some ways to prevent it?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Failure delivering result ResultInfo{who=null, request=1888 ...
Adding this first conditional should work: protected void onActivityResult(int requestCode, int resultCode, Intent data) { if(resultCode !=
Read more >[Android] java.lang.RuntimeException: Failure delivering ...
There's some issue when I execute an Android Intent to open another app, and then when I come back with back button.
Read more >Failure delivering result ResultInfo{who=null, request=1888 ...
Android : java. lang. RuntimeException : Failure delivering result ResultInfo {who=null, request=1888, result=0, data=null} to activity ...
Read more >Failure delivering result ResultInfo{who=null, request=1888 ...
Android – java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1888, result=0, data=null} to activity.
Read more >NPE in AutofillManager (#2332) · Issues · briar / briar · GitLab
String)' on a null object reference java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:autoFillAuth:, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still I can’t reproduce this issue in my side. My app is used by over 3000 clients, This issue occurred after I changed compile and target SDK version to 31. But not from all divices. Below I have attached the log I received from my issue tracker.
That is your own activity not the library. Easy way to debug this is to mock the intent in your app and start it.
Closing the issue. Will reopen if you find something that is related to our lib.