-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Captcha invalid or required for verification (null) #495
Comments
If you don't see anything on that page, ie. no recaptcha images, you probably need to allow all javascript and iframes on that page. After filling the captcha, the site doesn't show the token but redirects to a signalcaptcha:// url that contains the token. On mobile devices that url is handled by the apps. |
Thank you for the clarification, I was obviously a bit clueless here. For people with a similar knowledge level: The code appeared in the console (firefox) as "Prevented navigation to “signalcaptcha://CODE" due to an unknown protocol." . Which now makes complete sense. |
Great, I've added a wiki page for it. Feel free to update it if something's missing or unclear: |
within the body tag of that captcha-URL there is no code. I am stuck.
|
Hello I have the exact same problem as @Gargamehl, the redirect link is nowhere to be found |
Without the captcha parameter I get
And with the captcha parameter I get
|
I added a hint to the wiki https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha |
Is this an answer to my problem (see above)? Please help me. Many thanks in advance! |
@gcey Have you read the instruction in the link? When you get the notification that captcha is necessary, you get the captcha from: Activate the dev tools (F12) in Firefox. |
Yes. |
Which level (Standard, Strict or Custom) are the "Privacy & Security" of Firefox?
Seems that the captcha-Code isn't activated, because the puzzle isn't solved. |
Level is "Standard", but even with "Custom" and nothing blocked the page is empty. |
I added a helpful Python script to the wiki page for this, for Linux Firefox users. Perhaps works for others too. |
It worked for me on Firefox in a private navigation window :) |
I know this is the same as #489 However i think something is up. I get the same error on a ubuntu 20.04 box. I followed the instructions as provided at https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#register however i get nothing from https://signalcaptchas.org/registration/generate.html . This is not really a signal-cli problem but prevents registering a new device. Does anyone know a way around this?
The text was updated successfully, but these errors were encountered: