MizoTake / unity-license-activate

A tool to help you activate Unity. It's lightly summarized in the article
https://qiita.com/MizoTake/items/b85473fab757bb87e4fc
Other
32 stars 3 forks source link

two-factor authentication problem #6

Open junlinp opened 1 year ago

junlinp commented 1 year ago

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 commented 2 weeks ago

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