LinkTree3
LinkTree3
> > > > Hi! I wanted to know if anyone knows what are the Pinterest rate limits for pinning images? I keep hitting 429 errors for too many requests...
Same issue for me right now. Able to login with the browser and have set the login function input object exactly like this. `login({email: "FB_EMAIL", password: "FB_PASSWORD"}, (err, api) =>...
api.listenMqtt also gives an error now. TypeError: Cannot read property 'successful_results' of undefined
I also started getting this today(could be earlier I haven't checked in a few weeks) on some accounts. Is there any solution for this? I need to manage a few...
> @LinkTree3 did you try this workaround? [#668 (comment)](https://github.com/berstend/puppeteer-extra/issues/668#issuecomment-1175380080) Unfortunately this solution did not work for me :( I added this ``` const stealthPlugin = StealthPlugin(); stealthPlugin.enabledEvasions.delete('iframe.contentWindow'); stealthPlugin.enabledEvasions.delete('navigator.plugins'); puppeteer.use(StealthPlugin()) ```...
Unfortunately this solution did not work for me :( I added this ``` const stealthPlugin = StealthPlugin(); stealthPlugin.enabledEvasions.delete('iframe.contentWindow'); stealthPlugin.enabledEvasions.delete('navigator.plugins'); puppeteer.use(StealthPlugin()) ``` And I tried it both with `await page.setBypassCSP(true)` and...
> @LinkTree3 It is because in your code you're re-instantiating the Stealthplugin on the `puppeteer.use` line instead of using the instance on which you've deleted the two evasions. > >...
Thank you Sergi! I managed to find a working binary of this and saw it in action. It's pretty cool. I'd still love to know why it doesn't compile for...
Have you tried to contact OPL's developer yet? I managed to contact him here with a previous question I had: [email protected] If you'd like, I'd love to help you with...
Ah, I assume you are referring to this library? https://github.com/ps2dev/ps2sdk I haven't downloaded or installed it. Is it necessary to compile the example? If so how would you go about...