unity-license-activate icon indicating copy to clipboard operation
unity-license-activate copied to clipboard

two-factor authentication problem

Open junlinp opened this issue 3 years ago • 1 comments

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?

junlinp avatar Sep 05 '22 01:09 junlinp

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

Fandyfr avatar Jun 20 '24 14:06 Fandyfr