Describe the bug
WAHA is connected and working correctly.
Messages sent to some contacts are delivered successfully:
ack = 2
ackName = DEVICE
However, for a specific contact, messages remain permanently in:
ack = 0
The message is created successfully but is never accepted by WhatsApp.
Working contact example:
- chatId: 241244185837663@lid
- ack: 2
Failing contact example:
- chatId: 152514305507454@lid
- ack: 0
Session status:
WAHA creates the message successfully but it never progresses beyond ack 0.
Is there a known issue with specific @lid identifiers or contact resolution when sending messages?
A clear and concise description of what the bug is. Feel free to remove sections
that you don't feel to make the text shorter!
Version
Get the WAHA version by calling GET /api/version
{
"version": "YYYY.MM.DD",
"engine": "ENGINE",
"tier": "TIER"
}
Try to update to
the latest version before
creating an issue!
Steps
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Requests - Responses
Please attach all sent requests, responses that you sent.
Docker Logs
Collect and attach related docker logs if you have any
https://waha.devlike.pro/docs/how-to/deploy/#viewing-the-logs
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
WAHA is connected and working correctly.
Messages sent to some contacts are delivered successfully:
ack = 2
ackName = DEVICE
However, for a specific contact, messages remain permanently in:
ack = 0
The message is created successfully but is never accepted by WhatsApp.
Working contact example:
Failing contact example:
Session status:
WAHA creates the message successfully but it never progresses beyond ack 0.
Is there a known issue with specific @lid identifiers or contact resolution when sending messages?
A clear and concise description of what the bug is. Feel free to remove sections
that you don't feel to make the text shorter!
Version
Get the WAHA version by calling
GET /api/version{ "version": "YYYY.MM.DD", "engine": "ENGINE", "tier": "TIER" }Try to update to
the latest version before
creating an issue!
Steps
To Reproduce Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Requests - Responses
Please attach all sent requests, responses that you sent.
Docker Logs
Collect and attach related docker logs if you have any
https://waha.devlike.pro/docs/how-to/deploy/#viewing-the-logs
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.