Status not changing #183
Replies: 1 comment 5 replies
-
Hi! Working on that |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
After updating to the latest WAHA version my session status does not change to WORKING after scanning the QR code successfully.
Even though I can get my WhatsApp screenshot successfully, I cannot send a message. When I try to send a message I get this error:
{
"statusCode": 500,
"timestamp": "2023-08-23T09:18:52.929Z",
"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": "joshua"
},
"query": {}
},
"version": {
"version": "2023.8.21",
"tier": "PLUS",
"browser": "/usr/bin/chromium"
}
}
Please help
Beta Was this translation helpful? Give feedback.
All reactions