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

Unable to authenticate the session!!! #164

Closed AliAkash404 closed 1 year ago

AliAkash404 commented 1 year ago

I am using plus version and having problem in authenticating the session. This problem accurses almost 5 to 6 hours ago, before it I am able to authenticate the session. After scanning the QR code session status becomes 'FAILED', but on Whatsapp mobile it show no error and on /api/sereenshot call it gives this error ==> { "statusCode": 422, "message": "The session under FAILED status. Please try to restart it.", "error": "Unprocessable Entity" }

I have also tried on core version but there is the same error.

AliAkash404 commented 1 year ago

Issue resolved. I have updated to the latest version released almost 2 hours ago on gitHub and I am able to authenticate again. The update is about WEBJS engine. Thanks for the update dude.