Closed 0x41mmarVM closed 3 years ago
i am facing the same issue Desktop app is not able to verify the code i heard
It seems the version of the API on which seia-soto/clubhouse-api was based can no longer be used to log in. None of the public implementations seems to be working anymore.
try to wait for sms and after about a minute try sms again and after that request a call and see if it works or no
Hello, I would like to ask a login question.I enter the number here and click next and it keeps showing that the interface has timed out.
FetchError: request to https://www.clubhouseapi.com/api/start_phone_number_auth failed
It's because clubhouse's api doesn't send you a response. The api could have been censored in your ISP or your internet isn't stable. at any of these situations the problem is you not getting a response.
I am facing the same problem. I think they have made changes to API.
Hi, As of today, all my login attempts are failing. I do not receive a text code, but I do receive calls. Once I type the code, the result in the console is
{success: true, is_verified: false, number_of_attempts_remaining: 3}
I've tried multiple machines and multiple accounts, using the main branch.
The exact thing happened for me in the clubhouse snap unofficial app.
@gunalabs That's the same app. Just someone had the time to deploy my code to snapcraft.
@gunalabs That's the same app. Just someone had the time to deploy my code to snapcraft.
😂 Cool!
Another app Clubdeck
works correctly. I love cloubouse-desktop
UI. So trying again and again to get it to work. Any one has a solution?
This is the error coming up in the console. Invalid request
is seen in it.
The issue is also seen in latest master
.
@callmearta Can you please take a look?
@aneeskA Sorry i haven't got much time now to check it. As far as i know, Clubhouse has added a new property named rc_token ( i think ) which needs to be sent on login request and this version of the app is not sending it so the login fails. If you can find out what it is and fix it feel free to do a pull request.
Hi, As of today, all my login attempts are failing. I do not receive a text code, but I do receive calls. Once I type the code, the result in the console is
{success: true, is_verified: false, number_of_attempts_remaining: 3}
I've tried multiple machines and multiple accounts, using the main branch.