-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
org.whispersystems.signalservice.api.push.exceptions.CaptchaRequiredException when registering #251
Comments
You forgot the phone number to register: signal-cli -u USERNAME register |
I have the same issue ... |
Having the same issue on a digitalocean server root:~# signal-cli -u +1xxx.... register -v signal-cli 0.6.6 |
The same issue still persits in 0.6.7 version: x@y:~$ signal-cli -u +4(...) register
Captcha required for verification (null)
x@y:~$ signal-cli -v
signal-cli 0.6.7 |
same problem with 0.6.7 on oneprovider.com servers
|
It seems some signal users are getting this but not all https://www.reddit.com/r/signal/comments/dmc9me/why_does_signal_block_users_with_a_google_captcha/ Note that a similar project to signal-cli, signald, seems to have recently implemented support for registration captchas so maybe there's things that can be learned from them: https://gitlab.com/thefinn93/signald/issues/8 |
I had the same issue when connecting over a VPN IP address. Using an IP address other than my VPN just registered me immediately. |
when I run ./bin/signal-cli -u register, it fails with the message 'Rquest verify error: null'. When I change Register.java to print the full exception I see that its of type org.whispersystems.signalservice.api.push.exceptions.CaptchaRequiredException. Is the captcha requirement new? is this still supposed to work?
The text was updated successfully, but these errors were encountered: