-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to play #80
Comments
Paper 1.21.1 server |
What command did you use ? Just this partial error log isn't enought to say what's going on here. From the error, my best guess is that you use a bad URL (not a sound file) but more like an audio streaming service and for sure, this will not work (javax.sound.sampled.UnsupportedAudioFileException: not a MPEG stream). |
Used filebin for the music |
I see, the Fabric version Audioplayer uses filebin for the music, switched to Paper recently so naturally we tried using filebin. I'll try using some other site, thank you. |
Yeah, that's two differents plugins (even more, for fabric, more like a "mod" :D ) Thinking of it, there should be a way to implement a different download behavior when a "filebin" url is used (if filebin, use this download function, else use the generic one). Shouldn't be too hard to do that, but as my fork is slighty different, I'll not be able to make a push request for such change :D |
what website do i need to use? |
My server uses https://catbox.moe/, very simple |
Tried downloading many different mp3 files, other players tried too, all we get is "An error has occurred while trying to play this disc."
Console log:
The text was updated successfully, but these errors were encountered: