mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
audio-to-text接口BUG反馈 #124
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 @xiejiany on GitHub (Jun 25, 2025).
升级到1.4.3版本后 调用/audio-to-text接口报错
文件确认为wav格式
{
"code": "unsupported_audio_type",
"message": "Audio type not allowed.",
"status": 415
}
1.1.3版本,mp3不报错 ,wav报错 Audio type not allowed
1.4.3版本, mp3和wav都报错 Audio type not allowed
============
ps:在官网的调试工具上 正常 ; 在postman上就报错,同样mp3格式,切换回1.1.3版本就正常