Michael Cammarata

Results 86 comments of Michael Cammarata

Generally yes, it's partly controlled by the min/max time between searches. If you have more than one account, you can use `clusters` to run both+ simultaneously. To speed things up...

@651Shadow does your fix posted in #298 happen to still handle this error? ```bash [LOG] MOBILE [LOGIN] 2FA handling failed: TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for...

> I think you should enable passwordless feature to use your Authenticator app to login, it will be easier to handle in the code. Does the script output the code...

> I made a change in [#342](https://github.com/TheNetsky/Microsoft-Rewards-Script/pull/342), check it out! The login.ts in #342 is not working for mobile for me, passwordless enabled on the account: ```bash 9/1/2025, 10:56:18 PM]...

> > > I made a change in [#342](https://github.com/TheNetsky/Microsoft-Rewards-Script/pull/342), check it out! > > > > > > The login.ts in [#342](https://github.com/TheNetsky/Microsoft-Rewards-Script/pull/342) is not working for mobile for me, passwordless...

> > Correct, downgrade to .10 for now, when I have time I'll see if I can switch it up to make it work again. > > Just to let...

> Or are cooldowns to result of the scripts searches. Since it seems It's around 3 searches (9 points) per 15min? But that also seems to vary. The best that...

my 'safe' timeouts are: ``` "searchDelay": { "min": 180000, "max": 270000 }, ``` I have had cooldown in my region for a while and these values do seem to 'bypass'...

> fixed only by importing the old fingerprint. is it better practice to keep fingerprint? I've had my `saveFingerprint` set to false

> when that message appears, during the login procedure even if you have not activated 2FA, for some reason microsoft brings you to a window where it asks you to...