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
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
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 ?