-
Notifications
You must be signed in to change notification settings - Fork 546
Open
Description
I have this code
const result = await this.client.messaging.v2.typingIndicator.create({
channel: 'whatsapp',
messageId,
});It fails with:
RestException [Error]: invalid or incomplete inbound data in MDR
at success (/home/alien/sites/echo/node_modules/.pnpm/twilio@5.10.7/node_modules/twilio/lib/base/Version.js:81:23)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async WhatsappService.sendTypingIndicator (/home/alien/sites/echo/packages/bot/src/whatsapp/whatsapp.service.ts:40:22)
at async WhatsappController.receiveMessage (/home/alien/sites/echo/packages/bot/src/whatsapp/whatsapp.controller.ts:29:5) {
status: 400,
code: 400,
moreInfo: 'https://www.twilio.com/docs/errors/400',
details: undefined
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels