[401] Authorization failed for all requests after verifying phone number #1194
Unanswered
gaikwadabhishek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am new to Signal and I am sort of creating a bot where I will be able to read and send messages.
My whole code is roughly based on signal-cli
Steps:
this.accountManager = new SignalServiceAccountManager(conf, new DynamicCredentialsProvider(this.aci, this.pni, this.number, this.password, SignalServiceAddress.DEFAULT_DEVICE_ID), USER_AGENT, getGroupsV2Operations(), DDDConstants.AUTOMATIC_NETWORK_RETRY);
org.whispersystems.signalservice.api.push.exceptions.AuthorizationFailedException: [401] Authorization failed!
Am I missing anything in the whole process?
Beta Was this translation helpful? Give feedback.
All reactions