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

two-factor authentication problem #6

Open
junlinp opened this issue Sep 5, 2022 · 1 comment
Open

two-factor authentication problem #6

junlinp opened this issue Sep 5, 2022 · 1 comment

Comments

@junlinp
Copy link

junlinp commented Sep 5, 2022

first time I send a request with node activate.js $email $password $ulf_file, I will get a error await input.uploadFile(alfPath).
when My phone receive a auth code and I send request usingnode activate.js $email $password $ulf_file $auth_code,but it still get await input.uploadFile(alfPath) again.

there is any solution to two-factor authentication?

@Fandyfr
Copy link

Fandyfr commented Jun 20, 2024

activate.js:57
await input.uploadFile(alfPath)
^

TypeError: Cannot read properties of null (reading 'uploadFile')
at C:\Users\USER\Downloads\unity-license-activate-master\unity-license-activate-master\activate.js:57:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v22.3.0. It's same no Auth_code result

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