Macro fails to send audio messages with "131053: Media upload error" (v4.10.1) #13413
Unanswered
PSG-ONE
asked this question in
Chatwoot APIs
Replies: 2 comments
-
|
Mesmo problema por aqui, MP3 vai normalmente porem OPUS da este erro. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Propus uma solução que pode ser útil pro seu caso aqui: https://github.com/orgs/chatwoot/discussions/13517#discussioncomment-15796762 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using a Macro that includes an audio message action in Chatwoot v4.10.1, the message fails to send. The UI displays an "Error 131053: Media upload error" notification. This prevents automated audio responses from being delivered via the WhatsApp Cloud API.
To Reproduce
Expected behavior
The audio file should be successfully uploaded to Meta's servers and delivered to the customer as part of the macro execution.
Actual behavior
The media upload fails with error code 131053.
Environment
Additional context
This issue persists in v4.10.1 even after the hotfix for media retrieval. The error code 131053 suggests a MIME type mismatch (likely sending audio/opus instead of the required audio/ogg; codecs=opus).
Beta Was this translation helpful? Give feedback.
All reactions