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

[BUG] live app get firebase_auth sms received app close. #77

Open
Bhautik2103 opened this issue Feb 8, 2024 · 2 comments
Open

[BUG] live app get firebase_auth sms received app close. #77

Bhautik2103 opened this issue Feb 8, 2024 · 2 comments
Labels
bug Something isn't working new issues question Further information is requested

Comments

@Bhautik2103
Copy link

D/AndroidRuntime(26115): Shutting down VM
E/AndroidRuntime(26115): FATAL EXCEPTION: main
E/AndroidRuntime(26115): Process: com.cubicshoes, PID: 26115
E/AndroidRuntime(26115): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.google.android.gms.auth.api.phone.SMS_RETRIEVED flg=0x200010 pkg=com.cubicshoes (has extras) } in com.google.android.gms.internal.firebase-auth-api.zzadx@97f0599
E/AndroidRuntime(26115): at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1980)
E/AndroidRuntime(26115): at android.app.LoadedApk$ReceiverDispatcher$Args.$r8$lambda$gDuJqgxY6Zb-ifyeubKeivTLAwk(Unknown Source:0)
E/AndroidRuntime(26115): at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
E/AndroidRuntime(26115): at android.os.Handler.handleCallback(Handler.java:958)
E/AndroidRuntime(26115): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26115): at android.os.Looper.loopOnce(Looper.java:257)
E/AndroidRuntime(26115): at android.os.Looper.loop(Looper.java:368)
E/AndroidRuntime(26115): at android.app.ActivityThread.main(ActivityThread.java:8825)
E/AndroidRuntime(26115): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(26115): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
E/AndroidRuntime(26115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
E/AndroidRuntime(26115): Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
E/AndroidRuntime(26115): at java.util.regex.Matcher.reset(Matcher.java:386)
E/AndroidRuntime(26115): at java.util.regex.Matcher.(Matcher.java:210)
E/AndroidRuntime(26115): at java.util.regex.Pattern.matcher(Pattern.java:989)
E/AndroidRuntime(26115): at com.google.android.gms.internal.firebase-auth-api.zzadt.zza(com.google.firebase:firebase-auth@@22.3.1:3)
E/AndroidRuntime(26115): at com.google.android.gms.internal.firebase-auth-api.zzadx.onReceive(com.google.firebase:firebase-auth@@22.3.1:13)
E/AndroidRuntime(26115): at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1943)
E/AndroidRuntime(26115): ... 10 more
I/Process (26115): Sending signal. PID: 26115 SIG: 9
Lost connection to device.

@Bhautik2103 Bhautik2103 added the bug Something isn't working label Feb 8, 2024
@DmitrDomrachev
Copy link
Contributor

@Bhautik2103 Could you provide us with minimal code which can reproduce this issue?

@plasticfiresam plasticfiresam added the question Further information is requested label May 13, 2024
@meetpatel1920
Copy link

meetpatel1920 commented May 20, 2024

@DmitrDomrachev

Same issue. any solution?

D/AndroidRuntime(22804): Shutting down VM
E/AndroidRuntime(22804): FATAL EXCEPTION: main
E/AndroidRuntime(22804): Process: com.app.id, PID: 22804
E/AndroidRuntime(22804): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.google.android.gms.auth.api.phone.SMS_RETRIEVED flg=0x200010 pkg=com.app.id (has extras) } in com.google.android.gms.internal.firebase-auth-api.zzack@c7228dc
E/AndroidRuntime(22804): 	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1929)
E/AndroidRuntime(22804): 	at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
E/AndroidRuntime(22804): 	at android.os.Handler.handleCallback(Handler.java:942)
E/AndroidRuntime(22804): 	at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(22804): 	at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime(22804): 	at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime(22804): 	at android.app.ActivityThread.main(ActivityThread.java:8762)
E/AndroidRuntime(22804): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(22804): 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
E/AndroidRuntime(22804): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
E/AndroidRuntime(22804): Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
E/AndroidRuntime(22804): 	at java.util.regex.Matcher.reset(Matcher.java:256)
E/AndroidRuntime(22804): 	at java.util.regex.Matcher.<init>(Matcher.java:167)
E/AndroidRuntime(22804): 	at java.util.regex.Pattern.matcher(Pattern.java:1040)
E/AndroidRuntime(22804): 	at com.google.android.gms.internal.firebase-auth-api.zzack.onReceive(com.google.firebase:firebase-auth@@22.1.1:8)
E/AndroidRuntime(22804): 	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1919)
E/AndroidRuntime(22804): 	... 9 more

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

No branches or pull requests

5 participants