Load remote file mp3 error type

When I load remote file mp3, most files load correctly
But with some files , I get about file type cc_Asset and not type cc_AudioClip
Ex: https://gammabooks.vn/download/REVIEW_010_1.MP3
Is there any solution for this?
I use version 2.4.8
Thanks

My guess is that the MP3 file headers are incorrect. Can you give me a working file example?

1 Like

I found the problem…
extension must be “.mp3” not “.MP3”

Download the file localy and lowercase the extension. I think the engine should do it by default, good first issue if you want to contribute!!!