-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Only Telenor network operator Number is getting error 39 on requesting otp #2141
Comments
Hey @mohsiniqbalcui Code 39 indicates that you have tried too many times, as explained here. Can you please wait a few minutes for it to cool down and try again? If the problem persists or if you think this is only related to that network operator, please contact Firebase support, as that issue doesn't seem to be related to FirebaseUI-Android directly. You can reference this github issue when you fill the support form to help them understand the problem. |
"I have encountered this issue multiple times, and despite several attempts, it has not been resolved. Interestingly, the application functions properly when using a different network, such as Zong, but the problem persists when using the Telenor network |
@ba138 Please contact Firebase support they should be able to address the issue. |
Hi Dears, have you found the solution for this issue? I am facing same issue with ONLY Telenor numbers. |
I am facing the issue from last 6 months both Ufone and Telenor phone numbers. |
Is there a solution for this? Our application is stuck in production and there is no way for our users to login! Who should i contact to get this issue resolved ASAP? |
Same, Facing issue for both telenor and ufone numbers in Pakistan |
Do we have any further update on this, I've been facing this issue and right now I've changed the OTP verification method. |
I am facing the same issue from Togo carriers are MOOV and TOGOCEL. |
I'm encountering the same issue on the Ufone and Telenor networks. @MufakirMairaj and @mohsiniqbalcui have you managed to find a solution by any chance?
|
No I did not find the solution, Therefore I replaced the authentication flow. |
Can you please guide, which platform are you using for phone number authentication? |
You can use email authentication or use Twilio. |
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Step 2: Describe your environment
Only Telenor network operator Number is giving error 39 in pakistan all other network are working fine and receving otp.
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
logcat
output, etc.In mobile error 39 comes
[SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17499 Error code:39
AuthUI E A sign-in error occurred.
com.google.firebase.FirebaseException: An internal error has occurred. [ Error code:39 ]
at com.google.android.gms.internal.firebase-auth-api.zzxc.zza(com.google.firebase:firebase-auth@@21.1.0:6)
at com.google.android.gms.internal.firebase-auth-api.zzxw.zza(com.google.firebase:firebase-auth@@21.1.0:1)
at com.google.android.gms.internal.firebase-auth-api.zzxx.run(com.google.firebase:firebase-auth@@21.1.0:3)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:334)
at android.app.ActivityThread.main(ActivityThread.java:8399)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:582)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1068)
Expected Results:
otp should be sent to user
Relevant Code:
// code here to reproduce the problem
my build.gradle file is
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-wallet:19.1.0'
implementation 'com.google.android.libraries.places:places:3.0.0'
implementation 'com.google.android.gms:play-services-auth:20.4.0'
implementation 'com.google.firebase:firebase-messaging:23.1.1'
implementation 'com.google.firebase:firebase-core:21.1.1'
implementation ('com.google.firebase:firebase-auth:21.1.0') {
exclude module: "play-services-safetynet"
}
implementation 'com.firebaseui:firebase-ui-auth:7.0.0'
The text was updated successfully, but these errors were encountered: