DiscordSoundboard: Bot repeatedly connects and disconnects, doesn't play sounds
Bot worked fine until recently (1-2 month ago). Now it keeps reconnecting to our channel and doesn’t play sounds. The following message appears in the console:
Closing connection and attempting to reconnect. 2019-08-10 19:31:14.571 WARN 15096 --- [83277112197130)] n.dv8tion.jda.core.audio.AudioWebSocket : Failed to establish websocket connection: HOSTNAME_UNVERIFIED - The certificate of the peer (CN=*.discord.gg, OU=PositiveSSL Wildcard, OU=Domain Control Validated) does not match the expected hostname (eu-central210.discord.media)
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 69 (10 by maintainers)
FYI, I found some time to work on the bot and have local file (mp3) playback working. The only thing left is to fix playing files by URL. I think what I’ll do is make a build today/tonight with the current features then test and release it. I just wanted to let everyone know where things are at. Local testing has gone well. If anyone is feeling ambitious I’ve checked in the latest. You could pull and build yourself. Warning, I have not tried the build so I’m not sure if that works yet or not.
for now i am using this one. https://github.com/markokajzer/discord-soundbot
GUYMCALLCAPS
https://github.com/Darkside138/DiscordSoundboard/releases
Thanks for the tip, I installed that one tonight. It’s pretty cool and there are lots of cool features I would have loved to have seen built into this developer’s version.
If anyone else is going to try that other soundboard, I suggest the docker install method.
Getting issues related to “java.lang.UnsatisfiedLinkError: Required library was not found” related to lavaplayer
INFO 14876 --- [ader-2-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library libmpg123-0: loading with filter com.sedmelluq.discord.lavaplayer.natives.ConnectorNativeLibLoader$$Lambda$917/1546528@1150506
ERROR 14876 --- [ader-2-thread-1] c.s.l.c.natives.NativeLibraryLoader : Native library {}: loading failed.
same problem as well.
i’ve started having the same issue too