Andrey Bykov

Results 12 comments of Andrey Bykov

Hey guys (mostly @pocesar at this point). Could you please elaborate on your use-case a bit? The questions is - how session pool should act when sessions are genereated elsewhere?...

Regarding the `page.setCookies()` - I guess it's about that inconsistency between the puppeteer and tough-cookie format - should be resolved now. Also - `.getSession()` will now support getting session by...

Side note - as per discussion with @petrpatek - if fingerprints are enabled on a mac - it should generated corresponding macOS fingerprint, while when I was running it locally,...

I guess the "vertical" resolution should have been solved now. Well - just rewritten the first ABC scraper to Crawlee, and it still happens. I don't have any debug logs/specific...

@barjin So - just ran a test, and it seems like the minimum 1280x720 resolution does the trick. I had only 2 runs, but usually, it was enough, as at...

What's the backstory? :) We're kinda pushing it everywhere (guides/docs/etc) that `Actor.init()/exit()` are the only two needed calls if you wanna run your code as an actor. With this -...

Can you send the link to Slack? :) Either I missed something, or I am just totally out of sync =D

@B4nan but it's gonna be the same even with one/same file, no? The input would just be an empty object to be precise (just tried to run it for the...

Oh - is this related to [this](https://github.com/apify/crawlee/issues/1434)? Like INPUT.json in the root? I kind of never even had an idea to use it this way as I am used to...

Ermm, I do it in ABC scrapers. In `main` has something like: ``` // ... await Actor.init(); const { zipCodes, proxyOpts } = await fetchInput(); // ... ``` `fetchInput()` here...