You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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 using
node activate.js $email $password $ulf_file $auth_code
,but it still getawait input.uploadFile(alfPath)
again.there is any solution to two-factor authentication?
The text was updated successfully, but these errors were encountered: