Closed kevin4dhd closed 2 years ago
After some messages, the bot stops working, an error occurs in the klona library, this causes the bot to stop and close
The bot is expected to continue to function normally
Start the bot in windows 10, send a couple of messages and the error will appear
My own code
wa.create( { //useChrome: false, executablePath: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', blockCrashLogs: true, disableSpins: true, logConsoleErrors: true, useStealth: true, corsFix: true, sessionId: process.env.PATH_SESION, qrTimeout: 0, } ).then(client => start(client));
- Debug info: { "WA_VERSION": "2.2147.16", "PAGE_UA": "WhatsApp/2.2147.16 Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", "WA_AUTOMATE_VERSION": "4.28.0", "BROWSER_VERSION": "HeadlessChrome/96.0.4664.110", "OS": "Windows 10", "START_TS": 1640842764887 }
- OS: Windows 10 - Node: v16.13.0 - npm: 8.2.0
I am not using "Multi-device" it won't let me create the issue without checking this option
@github-actions run
#2382
6d3508a
Max call stack
ffc18f5
9877ae2
Are you using the latest version of the library?
Are you using Multi-device?
Current Behavior
After some messages, the bot stops working, an error occurs in the klona library, this causes the bot to stop and close
Expected Behavior
The bot is expected to continue to function normally
Steps To Reproduce
Start the bot in windows 10, send a couple of messages and the error will appear
Mode
My own code
create() code
DEBUG INFO
Environment
Screenshots
Anything else?
I am not using "Multi-device" it won't let me create the issue without checking this option