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

Error 401 #1

Closed
OBrein opened this issue Feb 6, 2022 · 4 comments
Closed

Error 401 #1

OBrein opened this issue Feb 6, 2022 · 4 comments

Comments

@OBrein
Copy link

OBrein commented Feb 6, 2022

python3 wiregen.py --user * --pass *
Error 401

python wiregen.py -u * -p *
File "wiregen.py", line 24
print(f'PrivateK : {prvK}')
^
SyntaxError: invalid syntax

@Incognito-Coder
Copy link
Owner

python3 wiregen.py --user * --pass *

Error 401

python wiregen.py -u * -p *

File "wiregen.py", line 24

print(f'PrivateK : {prvK}')

                         ^

SyntaxError: invalid syntax

error 401 is an auth error.
maybe you send incorrect credentials,your account must have an active subscription.

about error below.
this happens when default Python is sets to python 2
check output of:

python --version

@OBrein
Copy link
Author

OBrein commented Feb 7, 2022

python --version
Python 2.7.18
Ubuntu 20.04 Server
Credentials is correct, this my 2-years plan account.

@Incognito-Coder
Copy link
Owner

Incognito-Coder commented Feb 8, 2022

solved.
try and tell me if stills

@OBrein
Copy link
Author

OBrein commented Feb 8, 2022

It works, the configs have been successfully extracted. Thank you.

@OBrein OBrein closed this as completed Feb 10, 2022
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

2 participants