Skip to content

[Bug Report]: Typing indicator doesn't work #1160

@vixalien

Description

@vixalien

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
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions