callmearta / clubhouse-desktop

An unofficial Clubhouse desktop client
Other
214 stars 38 forks source link

Login seems to consistently fail #62

Closed 0x41mmarVM closed 3 years ago

0x41mmarVM commented 3 years ago

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.

satyaakam commented 3 years ago

i am facing the same issue Desktop app is not able to verify the code i heard

0x41mmarVM commented 3 years ago

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.

callmearta commented 3 years ago

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

huanyue2019 commented 3 years ago

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

callmearta commented 3 years ago

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.

ujj-w-a-l commented 3 years ago

I am facing the same problem. I think they have made changes to API.

gunalabs commented 3 years ago

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.

callmearta commented 3 years ago

@gunalabs That's the same app. Just someone had the time to deploy my code to snapcraft.

gunalabs commented 3 years ago

@gunalabs That's the same app. Just someone had the time to deploy my code to snapcraft.

😂 Cool!

Shabinder commented 3 years ago
aneeskA commented 3 years ago

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?

aneeskA commented 3 years ago

This is the error coming up in the console. Invalid request is seen in it.

image
aneeskA commented 3 years ago

The issue is also seen in latest master.

aneeskA commented 3 years ago

@callmearta Can you please take a look?

callmearta commented 3 years ago

@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.