xenial-black
xenial-black17mo ago

Does crawlee already implement this fingerprint generator?

GitHub
GitHub - apify/fingerprint-suite: Browser fingerprinting tools for ...
Browser fingerprinting tools for anonymizing your scrapers. Developed by Apify. - apify/fingerprint-suite
2 Replies
xenial-black
xenial-blackOP17mo ago
Reclaiming failed request back to the list or queue. Detected a session error, Rotation session. I'm getting this error, trying to figure out why.
Oleg V.
Oleg V.17mo ago
Crawlee already uses generator by default. More info here: https://crawlee.dev/api/next/browser-pool#changing-browser-fingerprints-aka-browser-signatures To get more info about error regarding session, try to set logLevel to DEBUG: https://crawlee.dev/api/next/core/enum/LogLevel#DEBUG It will log out extra info.

Did you find this page helpful?