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

missing_param authkey during registration #276

Open
mmahmad opened this issue Aug 4, 2020 · 5 comments
Open

missing_param authkey during registration #276

mmahmad opened this issue Aug 4, 2020 · 5 comments

Comments

@mmahmad
Copy link

mmahmad commented Aug 4, 2020

I'm following the README and when I run:

yowsup-cli registration --requestcode sms --phone <REDACTED> --cc <REDACTED> -E android

I get:

Copyright (c) 2012-2016 Tarek Galal
http://www.openwhatsapp.org

This software is provided free of charge. Copying and redistribution is
encouraged.

If you appreciate this software and you would like to support future
development please consider donating:
http://openwhatsapp.org/yowsup/donate


INFO:yowsup.common.http.warequest:b'{"login":"<REDACTED>","status":"fail","reason":"missing_param","param":"authkey"}\n'
status: b'fail'
reason: b'missing_param'
param: b'authkey'
login: b'REDACTED'
@mostepunk
Copy link

You missed a parameter --mcc
Here is example

python3 yowsup-cli registration --requestcode $answer_type --phone $phone_number --cc 7 --mcc 250 --mnc $operator_code -E android

@z0n1n0z
Copy link

z0n1n0z commented Sep 26, 2020

i have the same problem using all parameters. I also checked the values and they are correct

@ivallesp
Copy link

yep me too.

1 similar comment
@netpisto
Copy link

netpisto commented Apr 1, 2023

yep me too.

@netpisto
Copy link

netpisto commented Apr 1, 2023

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants