mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Minimax TTS suddenly not working #437
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xzneozx96 on GitHub (Jul 10, 2025).
Self Checks
Dify version
1.5.1
Plugin version
0.0.8
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Error log
No error thrown, the audio is simply not played, I have checked the network tab and found that no tts_messsage vent was streaming back to the client, only see tts_message_end event
This problem does not happen on tts models from OpenAI according to my own test
Seem Minimax plugin needs some update
@hjlarry commented on GitHub (Jul 10, 2025):
I can't reproduce this on cloud.dify.ai
can you try the Audio tool and use the minimax TTS model?
@xzneozx96 commented on GitHub (Jul 10, 2025):
Thanks for your quick response
Let me explain again to you my situation: I need to have the auto-play feature in the Chatflow, not using external tool
Please watch this video for better understanding the problem: https://drive.google.com/file/d/1G5EDIeudJfI_3yZ4LeiRONZEKwt2ys67/view?usp=sharing
Here is what I did while recording:
@hjlarry commented on GitHub (Jul 10, 2025):
I watched your video and found that when you clicked the play button then got an empty response
but when I use the same model of minimax in the same platform, I can get the response:
I think there might be an issue with your Minimax account. Using the audio tool could help determine whether this account problem.
@xzneozx96 commented on GitHub (Jul 10, 2025):
thanks, may you quickly guide me through how to debug using the audio tool? I have never used it before
@hjlarry commented on GitHub (Jul 10, 2025):
just draft run this tool to check the result
@xzneozx96 commented on GitHub (Jul 10, 2025):
thank you, seem there is something wrong with the account, the balance still has 90$ remaining but when I test the TTS API, it responses with insufficient_balance. So weird