📣 WAHA WEBJS Engine Fix Available! 📣
⚠️
If you're using WEBJS engine (default one) and see the above picture on `GET /api/screenshot?session=default` response - update your instance to WAHA 2024.6.8 (or later if available)
The fix is available on both WAHA Core and WAHA Plus versions
```
# pull the update
docker pull devlikeapro/waha-plus
# stop the current container
docker stop waha
# start a new container
#put your command here:
docker run -v `pwd`/.sessions:/app/.sessions -p 3000:3000/tcp devlikeapro/waha-plus
```
error
{
"statusCode": 500,
"timestamp": "2024-07-02T18:36:51.298Z",
"exception": {
"stack": "Error: Evaluation failed: a\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 ............
try using this one
docker run -it -p 3000:3000/tcp devlikeapro/waha
We've renamed the image
https://boosty.to/wa-http-api/posts/6a58df1a-6e47-4ed2-a2b0-b673e99f2070
Using default tag: latest
latest: Pulling from devlikeapro/waha
Digest: sha256:bf029fe8afa9f40c4e40f9e69f6350625efbd7e5901f7863b8e77bf5c7f65661
Status: Image is up to date for devlikeapro/waha:latest
root@ubuntu:~#
1. Find the previous container with devlikeapro/whatsapp-http-api-plus image - run "docker ps" command
2. stop the container "docker stop {container_id}"
3. run a new container "docker run -it -p 3000:3000/tcp devlikeapro/waha-plus"