Describe the bug
i try to send poll but say "The method is not implemented by the engine.",
Version
{
"version": "2025.8.1",
"engine": "noweb",
"tier": "CORE",
"browser": null
}
Steps
Send POST
{{baseUrl}}/api/sendPoll
body
{
"chatId": "######@g.us",
"poll": {
"name": "How are you?",
"options": [
"Awesome!",
"Good!",
"Not bad!"
],
"multipleAnswers": false
},
"session": "default"
}
Expected behavior
.
Requests - Responses
.
Docker Logs
[11:36:00.639] INFO (7): request errored {"reqId":242,"req":{"id":242,"method":"POST","url":"/api/sendPoll","query":{},"params":{"path":["api","sendPoll"]}},"res":{"statusCode":501},"responseTime":1}
err: {
"type": "NotImplementedByEngineError",
"message": "The method is not implemented by the engine.",
"stack":
NotImplementedByEngineError: The method is not implemented by the engine.
at WhatsappSessionWebJSCore.sendPoll (/app/dist/core/abc/session.abc.js:204:15)
at ChattingController.sendPoll (/app/dist/api/chatting.controller.js:98:25)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
"response": {
"type": "Object",
"message": "The method is not implemented by the engine.",
"stack":
"error": "Not Implemented",
"statusCode": 501
},
"status": 501,
"options": {},
"name": "NotImplementedByEngineError"
}
Screenshots
Additional context
Describe the bug
i try to send poll but say "The method is not implemented by the engine.",
Version
{ "version": "2025.8.1", "engine": "noweb", "tier": "CORE", "browser": null }Steps
Expected behavior
.
Requests - Responses
.
Docker Logs
Screenshots
Additional context