Replies: 1 comment
-
The
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep following the directions (every few months) for Registration with captcha and it always goes the same way.
I've tried with both
https://signalcaptchas.org/registration/generate.html and https://signalcaptchas.org/challenge/generate.html
I then open the link it directs me to, which produces a QR code. Using CoBang I extract the link:
sgnl://linkdevice?uuid=...%3D%3D&pub_key=...%2B...&capabilities="
(It always looks unfinished or truncated to me, with that
=
hanging out at the end...)I then issue the command:
$ flatpak run org.asamk.SignalCli -a +1... register --reregister --captcha "sgnl://linkdevice?uuid=..."
and get
Invalid captcha given.
Without the--reregister
I'm toldAccount already registered
.Beta Was this translation helpful? Give feedback.
All reactions