Register fails with "Bad response 500" #1011
Unanswered
knallcharge
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have tried to register a phone number with signal-cli on Windows (in case that matters), I'm required to provide a CAPTCHA which I successfully retrieved, but the answer I'm getting (tried with different numbers) is always this:
Failed to register: [500] Bad response: 500
I have checked the source code for the error and found the words in RegisterCommand.java, so I guess the error must be a NonNormalizedPhoneNumberException or IOErrorException. I checked the number in several examples and it should be correct, so what would the IOError "Bad response: 500" mean? As I have to use a CAPTCHA, could this error mean that there's something wrong with that (expired, wrong format, plain wrong)?
Any help is appreciated as this is all I'm getting, I have no other information about what might go wrong ...
Beta Was this translation helpful? Give feedback.
All reactions