@kerafb it depends on anti-bot checks, they can be various, fingerprint trying to cover common universal checks, that usually faces browser, but if site has some crazy spoof calls to retrieve real canvas(or maybe some checks where just masking fingerprint values isnt enough, like mouse behaviour), its just unique situation where you need to patch it by hands
Issues fetching fingerprints
-
Im using puppeteer with fingerprints, but am getting a websocket error while trying to fetch a fingerprint
Error generating fingerprint: Error: Cannot connect to the WebSocket server (reason: connection failed)
This could be due to the fact that the engine was not downloaded or unpacked correctly.
Try completely deleting the engine folder and restarting the code until it completes.
If this does not help, open an issue with a detailed description of the problem.
at Z:\BotStructure\node_modules\bas-remote-node\src\services\socket.js:54:18
at Timeout._onTimeout (Z:\BotStructure\node_modules\chnl\dist\channel.cjs.js:2:4848)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7)
Error generating fingerprint, retrying...I have tried what it says, but it doesn't work.