audio-to-text接口BUG反馈 #124

Closed
opened 2026-02-16 05:19:17 -05:00 by yindo · 0 comments
Owner

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
}

Image

1.1.3版本,mp3不报错 ,wav报错 Audio type not allowed
1.4.3版本, mp3和wav都报错 Audio type not allowed

============
ps:在官网的调试工具上 正常 ; 在postman上就报错,同样mp3格式,切换回1.1.3版本就正常

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 } ![Image](https://github.com/user-attachments/assets/0db16b20-98e1-4d4e-a19c-cded81dcc2c7) 1.1.3版本,mp3不报错 ,wav报错 Audio type not allowed 1.4.3版本, mp3和wav都报错 Audio type not allowed ============ ps:在官网的调试工具上 正常 ; 在postman上就报错,同样mp3格式,切换回1.1.3版本就正常
yindo closed this issue 2026-02-16 05:19:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#124