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

org.whispersystems.signalservice.api.push.exceptions.CaptchaRequiredException when registering #251

Closed
tbsaunde opened this issue Dec 14, 2019 · 7 comments

Comments

@tbsaunde
Copy link

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?

@hacktor
Copy link

hacktor commented Dec 14, 2019

You forgot the phone number to register:

signal-cli -u USERNAME register
where USERNAME is your phone number

@mabed-fr
Copy link

I have the same issue ...

@alexthefifth
Copy link

Having the same issue on a digitalocean server

root:~# signal-cli -u +1xxx.... register -v
Captcha required for verification (null)

signal-cli 0.6.6

@mskwarek
Copy link

mskwarek commented Apr 7, 2020

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

@mabed-fr
Copy link

mabed-fr commented Apr 7, 2020

same problem with 0.6.7 on oneprovider.com servers

r@SRV-%%%:/opt# signal-cli -u +334(..)  register --voice
Captcha required for verification (null)
r@SRV-%%%/opt# signal-cli -v
signal-cli 0.6.7

@alexthefifth
Copy link

It seems some signal users are getting this but not all

https://www.reddit.com/r/privacytoolsIO/comments/fg3pkt/signal_private_messenger_is_using_google_recaptcha/

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

@dinoqqq
Copy link

dinoqqq commented Jun 7, 2020

I had the same issue when connecting over a VPN IP address. Using an IP address other than my VPN just registered me immediately.

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

7 participants