You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
and when it executed in my main class. an error occurs like this:
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
The text was updated successfully, but these errors were encountered: