Closed rickricardo closed 7 months ago
Hey, just stopping by to say there's a new NodeJS version (20.12.0 Long-Time-Service) and NPM 10.
But that's not related to your problem.
PS: Please share your config-object. Perhaps consider upgrading your ram. You're hitting the 8gb limit.
create({ sessionId:'session'+numId, multiDevice: multiDevice, useChrome: true, restartOnCrash: start, headless:false, throwErrorOnTosBlock:true, qrTimeout:40, authTimeout:40, killProcessOnBrowserClose: true, autoRefresh:true, qrRefreshS:15, safeMode: false, customUserAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36', licenseKey: licenseKey }) .then(async client => await start(client)) .catch(e=>{ console.log('Error',e.message); });
Rolling into #3184
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Personal account (normal)
Mode
EASY API/CLI
Current Behavior
TOSBLOCK error message after loading whatsapp QRCode, whenever with headless true or not.
Expected Behavior
Loading QRcode normally and inject message succesfull
Steps To Reproduce
Iniatilize wa-automate to login a device
create() code OR full CLI command + CONFIG
No response
DEBUG INFO
Environment
Screenshots/Logs
No response
Anything else?
I saw past issues related to TOSBLOCK, but none of the steps suggested solved for me.