aldinokemal / go-whatsapp-web-multidevice

API for Whatsapp Web Multi Device Version, Support UI & Webhook
MIT License
582 stars 245 forks source link

🐞 Wrong URL of Audio in Webhook #209

Closed ricardojlrufino closed 2 weeks ago

ricardojlrufino commented 2 weeks ago

What happened?

I receiving media type in audio url, like

"audio": 
{
"media_path": 
"statics/media/1730293493-cd84c6a8-45aa-42bb-945f-0f576fb68aeb.ogg; codecs=opus",
"mime_type": 
"audio/ogg; codecs=opus",
"caption": 
""
}

And i cant download file using: /statics/media/1730293493-cd84c6a8-45aa-42bb-945f-0f576fb68aeb.ogg

Reproduction Steps

1. Set webhhok
2. send ogg audio

Relevant log output

No response

Screenshots or Additional Context

image

Application Version

4.20.0

Verification

aldinokemal commented 2 weeks ago

Could you please share your OGG file here? I've checked on my side and everything seems fine, but I need your file to troubleshoot further

image image