Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

64107: ConversationRelay: Invalid Message Received

Twilio Voice DocumentationVoice

Description

description page anchor

A message was received on the websocket that did not match any of the supported messages that Conversation Relay can act upon.

Possible causes

possible-causes page anchor
  • The websocket server is sending Conversation Relay a message that is not supported
  • A component in front of the websocket server (API Gateway or Load Balancer) is sending Conversation Relay a message it cannot process
  • Make sure all messages sent are conforming to the Conversation Relay websocket specification
  • Make sure error handling is not sending back errors over the websocket to Conversation Relay
  • Make sure API Gateways and Load Balancers are configured to not send errors to the Conversation Relay

Looking at the message can give an insight into why this might happen.