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

i already run the registration with #37381

Closed
cemcemi opened this issue Apr 7, 2024 · 2 comments
Closed

i already run the registration with #37381

cemcemi opened this issue Apr 7, 2024 · 2 comments

Comments

@cemcemi
Copy link

cemcemi commented Apr 7, 2024

i already run the registration with
accountManager.requestSmsVerificationCode(false, captcha, challenge);
without any problem. the verification code already sent to the phone number that has been included. but when i tried to verify it with code

accountManager.verifyAccountWithCode(verificationCode, store.getSignalingKey(),
               store.getLocalRegistrationId(), false, PIN, unidentifiedAccessKey, true);

and when it executed in my main class. an error occurs like this:

Exception in thread "main" org.whispersystems.signalservice.api.push.exceptions.NonSuccessfulResponseCodeException: Bad response: 400 
	at org.whispersystems.signalservice.internal.push.PushServiceSocket.makeServiceRequest(PushServiceSocket.java:894)
	at org.whispersystems.signalservice.internal.push.PushServiceSocket.makeServiceRequest(PushServiceSocket.java:791)
	at org.whispersystems.signalservice.internal.push.PushServiceSocket.verifyAccountCode(PushServiceSocket.java:223)
	at org.whispersystems.signalservice.api.SignalServiceAccountManager.verifyAccountWithCode(SignalServiceAccountManager.java:203)

any idea?

i'm using jdk 1.8 and signal-service-java version 2.15.3

Ursprünglich gepostet von @hanunggulmp in signalapp/libsignal-service-java#84

@ShivanKaul
Copy link
Collaborator

This doesn't look related to Brave.

@ShivanKaul ShivanKaul closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2024
@bsclifton
Copy link
Member

The only way I can see this maybe related to Brave would be if push messaging not working on the site

You can try to enable Use Google services for push messaging here (requires a relaunch):
brave://settings/privacy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants