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

truecallerjs error backup found #64

Open
itzdamnsukhyy opened this issue Dec 19, 2023 · 5 comments
Open

truecallerjs error backup found #64

itzdamnsukhyy opened this issue Dec 19, 2023 · 5 comments

Comments

@itzdamnsukhyy
Copy link

i'm getting an error after getting an otp it says backup found and not letting me get in can anybody help me please to fix the issue and Thank you in advance for helping me out

@raknos13
Copy link

Same issue, can't seem to find a solution

@Pranjul2006
Copy link

please solve the problem of truecallerjs back found error please anybody can solve it

@syntaxticsugr
Copy link

@sumithemmadi This issue arises because of VerifyOtp respose status 17 which is unaccounted for in your codebase. When the response status is 17, the installationId parameter is not included in the returned response.

The solution to this problem is to send a request using the following details:

METHOD: POST
URL: "https://account-noneu.truecaller.com/v1/completeOnboarding"
BODY: {
    countryCode: String,
    dialingCode: Int,
    phoneNumber: String,
    requestId: String
}

*The requestId will be the same from RequestOtp response.

Upon success, the returned response will include installationId: String and suspended: Boolean parameters.

@TechLion123432
Copy link

Pls can u help it in detail about the same error

@RohitChoubey72
Copy link

can u please explain in detail...or the full process of how to fix it...please

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

6 participants