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

Authentication/Check not providing verification code text. #3

Open
togacaptain opened this issue Jun 8, 2021 · 2 comments
Open

Authentication/Check not providing verification code text. #3

togacaptain opened this issue Jun 8, 2021 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@togacaptain
Copy link

I was testing this out and found a discrepancy between your example and the actual.

When running the Authentication/Check call I received the following response body.

{
"success": true,
"is_blocked": false,
"error_message": null,
"send_rc_token": false
}

Notice the "send_rc_token":false that isn't in your example response. Additionally I'm not getting the expected SMS text with the verification code.

However if I go to the app on my phone and logout/login I can trigger the SMS text and then take that verification code and plug it in to your Authentication/Complete call and it works fine.

Any idea what has changed on the Authentication/Check call that keeping the SMS text from being sent? It seems like once authenticated everything else still works as expected.

@nazhmik
Copy link

nazhmik commented Sep 28, 2021

Hi, @togacaptain. Did you find a solution to the problem?

@togacaptain
Copy link
Author

togacaptain commented Sep 29, 2021

Hi, @togacaptain. Did you find a solution to the problem?

No @nazhmik. I found a couple of other projects on here that said they had it working, but when testing them out I couldn't make them work. At this point I have put this aside until a definitive solution can be found or Clubhouse releases a public development api.

@hatamiarash7 hatamiarash7 self-assigned this Oct 2, 2021
@hatamiarash7 hatamiarash7 added the help wanted Extra attention is needed label Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants