devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

Adding a second session fails on a plus version #175

Closed maciejbrylewicz closed 1 year ago

maciejbrylewicz commented 1 year ago

Hello, when I try to create a second session on the exisiting WAHA docker I get:

[ { "name": "default", "status": "WORKING" }, { "name": "homeaway3", "status": "FAILED" } ]

My first session is ok, but the second one comes to the stage FAILED whenever I scan QR code. Could you please help me debug it?

Maciej

allburov commented 1 year ago

Hi! Which version do you use? Is there anything in dockef logs? You can get loga with the command docker logs -f whatsapp-http-api

allburov commented 1 year ago

You can find version by calling GET /api/version endpoint

allburov commented 1 year ago

If it's not 2023.08.16 - please update the image, restart the docker container and try again