callmearta / clubhouse-desktop

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

cannot verify with six digit verification code. #67

Closed sanjeebSubedi closed 3 years ago

sanjeebSubedi commented 3 years ago

The verification code sent from the server is of digits but the desktop app only allows 4 digit code be verified.

aterban158 commented 3 years ago

hi. i can't get sms code or call for verify ! how can fix it?

skyonedot commented 3 years ago

Yeah. I meet this problem too. the server is of digits but the desktop app only allows 4 digit code be verified.

psvnlsaikumar commented 3 years ago

Tried changing the code as well, apparently, the API was proving an error code, stating that the request params were incorrect. Need to dig deeper. However, if anyone is interested in having a look at it, feel free. https://github.com/callmearta/clubhouse-desktop/blob/af05cfca96b17bea2c507e57ab792f245da7a815/app/views/verify.js#L43

callmearta commented 3 years ago

Needs new parameters. Try to catch packets on the app before it's being sent to clubhouse's api so you can find new parameters that are needed to be sent.

psvnlsaikumar commented 3 years ago

@callmearta I guess there is something wrong with the API. or either somehow I was unable to use them. I've tried hitting the endpoints with postman, and have recieved the expected response, but my device did not recieve and OTP for me to try the /complete_phone_number_auth endpoint

I've used this collection for verifying the API https://documenter.getpostman.com/view/2651915/TzCQa6Wx

callmearta commented 3 years ago

Try to capture packets in the official mobile apps and see what's changed.