Status not changing error is back #205
Unanswered
JoshuaBarawa
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi! Looking at this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you try to use the latest version |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My status is not changing even after successfully scanning the qr_code. The status remains SCAN_QR_CODE even though I can get my WhatsApp screenshot. This is preventing me from sending messages.
I'm using the latest version of WAHA.
{
"version": "2023.8.23",
"tier": "PLUS",
"browser": "/usr/bin/chromium"
}
This is the error I'm getting if I try to send a message
{
"statusCode": 500,
"timestamp": "2023-09-12T10:31:32.299Z",
"exception": {
"stack": "Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'WidFactory')\n at puppeteer_evaluation_script:2:42\n at ExecutionContext._evaluateInternal (/app/node_modules/whatsapp-web.js/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:221:19)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async ExecutionContext.evaluate (/app/node_modules/whatsapp-web.js/node_modules/puppeteer/lib/cjs/puppeteer/common/ExecutionContext.js:110:16)\n at async Client.sendMessage (/app/node_modules/whatsapp-web.js/src/Client.js:869:28)\n at async /app/node_modules/@nestjs/core/router/router-execution-context.js:46:28\n at async /app/node_modules/@nestjs/core/router/router-proxy.js:9:17",
"message": "Evaluation failed: TypeError: Cannot read properties of undefined (reading 'WidFactory')\n at puppeteer_evaluation_script:2:42",
"name": "Error"
},
"request": {
"path": "/api/sendText",
"method": "POST",
"body": {
"chatId": "[email protected]",
"mentions": [
"[email protected]"
],
"text": "Hi there!",
"session": "1234"
},
"query": {}
},
"version": {
"version": "2023.8.23",
"tier": "PLUS",
"browser": "/usr/bin/chromium"
}
}
Please help
Thanks
Beta Was this translation helpful? Give feedback.
All reactions