Open junlinp opened 2 years 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
first time I send a request with
node activate.js $email $password $ulf_file
, I will get a errorawait 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 getawait input.uploadFile(alfPath)
again.there is any solution to two-factor authentication?