twilio-python icon indicating copy to clipboard operation
twilio-python copied to clipboard

[BUG] HTTP 400 error: Unable to create record: invalid or incomplete inbound data in MDR

Open electricjimi opened this issue 2 months ago • 0 comments

Describe the bug

I get this error when trying to set a new typing_indicator:

HTTP 400 error: Unable to create record: invalid or incomplete inbound data in MDR

Code snippet

client.messaging.v2.typing_indicator.create(message_id=message_sid, channel=platform)

where message_id is like "SM61679d55593ad7d3fe139974e4d66a54" and platform = "whatsapp"

Actual behavior

HTTP 400 error: Unable to create record: invalid or incomplete inbound data in MDR

Expected behavior

HTTP 200 Success

twilio-python version

9.8.6

Python version

^3.11

Logs or error messages

HTTP 400 error: Unable to create record: invalid or incomplete inbound data in MDR

Additional context

No response

electricjimi avatar Nov 18 '25 13:11 electricjimi