You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I was using the version 3.0.8 until today, when I decided upgrade do the newer, but when I send a message with sendText() an error occurs.
Environment
Venom version(s): [3.0.10]
Browser: [Chrome 88]
OS: [Debian 9 Strech]
Node version: [Node 14.15.4]
Steps to Reproduce
Ler QRCODE
Tentar enviar uma mensagem com a função sendText
Log Output
If relevant, paste all of your Log Output
Your Code
0|index | Error: Evaluation failed: TypeError: e.match is not a function
0|index | at new l (https://web.whatsapp.com/bootstrap_qr.8c6bd07fd55e4b8fbdb7.js:1:1052938)
0|index | at new s (https://web.whatsapp.com/bootstrap_qr.8c6bd07fd55e4b8fbdb7.js:1:1057160)
0|index | at Object.window.WAPI.window.WAPI.getNewMessageId (/var/www/whapi/node/node_modules/venom-bot/dist/lib/wapi/wapi.js:1:57112)
0|index | at async Object.window.WAPI.window.WAPI.sendMessage (/var/www/whapi/node/node_modules/venom-bot/dist/lib/wapi/wapi.js:1:37294)
0|index | at ExecutionContext._evaluateInternal (/var/www/whapi/node/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:217:19)
0|index | at processTicksAndRejections (internal/process/task_queues.js:93:5)
0|index | at async ExecutionContext.evaluate (/var/www/whapi/node/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext
The text was updated successfully, but these errors were encountered:
Description
Hello guys, I was using the version 3.0.8 until today, when I decided upgrade do the newer, but when I send a message with
sendText()
an error occurs.Environment
Steps to Reproduce
sendText
Log Output
Your Code
The text was updated successfully, but these errors were encountered: