mifi / instauto

Instagram bot / automation library written in Javascript for Node.js
797 stars 145 forks source link

Cookies takes an error TOO_MANY_REQUEST #128

Open vincenthirtz opened 1 year ago

vincenthirtz commented 1 year 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();

The pupetteer start again :)

Some idea or a protection when cookies are obsolete/expire ?

mifi commented 1 year ago

Hi! not sure how to reproduce this