Open sukhcha-in opened 3 months ago
Another thing to try it to switch to chrome-based docker image
devlikeapro/waha-plus:chrome
https://waha.devlike.pro/docs/how-to/engines/#docker-images
basiclly stop and remove old container and run a new one
docker stop waha
docker rm waha
docker run .... devlikeapro/waha-plus:chrome
Kindly use docker run ...
with your own parameters
https://waha.devlike.pro/docs/how-to/install/
@devlikepro I've switched to chrome engine and did a logout and login. Will wait and see if the issue still presists.
/api/sessions/{name}
:
"engine": {
"engine": "WEBJS",
"WWebVersion": "2.3000.1015732531",
"state": "CONNECTED"
}
/api/version
:
{
"version": "2024.8.3",
"engine": "WEBJS",
"tier": "PLUS",
"browser": "/usr/bin/google-chrome-stable"
}
Hi, I am having the same issue in 2024.8.3. Using Webjs engine.
exception":{"stack":"Error: Evaluation failed: b\n at ExecutionContext._ExecutionContext_evaluate (/app/node_modules/whatsapp-web.js/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js:229:15)\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-core/lib/cjs/puppeteer/common/ExecutionContext.js:107:16)\n at async WebjsClient.sendMessage (/app/node_modules/whatsapp-web.js/src/Client.js:952:25)","message":"Evaluation failed: b","name":"Error"},"request":{"path":"/api/sendImage","method":"POST","body":{"session":"FA5A7FF56AA04912B68E1C506A9F6EA4","chatId":"91xxxxxxxxxx@c.us","file":{"mimetype":"image/png","url":"http://s3.a.......jpeg","filename":"image.jpg"},"caption":"Hi Bulbul,\n\nHappy Birthday!\n\nWishing you a day filled with joy, laughter, and all the things that make you happiest. May this year bring you new adventures, wonderful memories, and endless reasons to smile. Enjoy every moment of your special day!\n\n"},"query":{}},"version":{"version":"2024.8.3","engine":"WEBJS","tier":"PLUS","browser":"/usr/bin/chromium"}}
Some of the requests fail when hitting
api/sendImage
to send image to a whatsapp channel.Version
Logs