Open vincenthirtz opened 2 years ago
Hello,
Good job for the lib.
Recently, i have some trouble with the bot. TOO_MANY_REQUEST node error with the first launch in a linux machine.
To fix it i comment line 880 in index.js if (enableCookies) await tryLoadCookies();
if (enableCookies) await tryLoadCookies();
The pupetteer start again :)
Some idea or a protection when cookies are obsolete/expire ?
Hi! not sure how to reproduce this
Hello,
Good job for the lib.
Recently, i have some trouble with the bot. TOO_MANY_REQUEST node error with the first launch in a linux machine.
To fix it i comment line 880 in index.js
if (enableCookies) await tryLoadCookies();
The pupetteer start again :)
Some idea or a protection when cookies are obsolete/expire ?