Hi i tried to use puppeteer with fingerprint but after run it throws those errors ->
C:\Users\???\WebstormProjects\pup\node_modules\bas-remote-node\src\services\socket.js:55
reject(new Error('Cannot connect to the WebSocket server'));
^
Error: Cannot connect to the WebSocket server
at C:\Users\???\WebstormProjects\pup\node_modules\bas-remote-node\src\services\socket.js:55:18
at Timeout._onTimeout (C:\Users\???\WebstormProjects\pup\node_modules\chnl\dist\channel.cjs.js:2:4848)
at listOnTimeout (node:internal/timers:568:17)
at process.processTimers (node:internal/timers:511:7)
Hi i tried to use puppeteer with fingerprint but after run it throws those errors ->
here is my code ->
but simple Puppeteer works perfectly with that code ->
what shoud i do to fix it ? Thank you.