Open orome opened 1 year ago
Could this have something to do with the body
that AssemblyAI sends?
If I send a typical Discord-y body like
{
"username": "Test",
"content": "Test post."
}
in Postman, it works, but if I send something like
{
"transcript_id": "5552493-16d8-42d8-8feb-c2a16b56f6e8",
"status": "completed"
}
I get an error in Postman:
{
"message": "Cannot send an empty message",
"code": 50006
}
Could that be why I'm not seeing anything in Discord? If so, how do I get fix it. There seems to be not way to provide the body that Discord expects from the AssemblyAI CLI.
Describe the bug Providing a Discord webhook URL as the string value to the the
--webhook_url
parameter to thetranscribe
commandTo Reproduce Steps to reproduce the behavior:
--webhook_url
Expected behavior I should see something in Discord
Desktop (please complete the following information):