Upgrade to JDA 6 with DAVE protocol support and fix voice reconnect loop#1857
Open
noxianwill wants to merge 4 commits into
Open
Upgrade to JDA 6 with DAVE protocol support and fix voice reconnect loop#1857noxianwill wants to merge 4 commits into
noxianwill wants to merge 4 commits into
Conversation
- Discord deprecated xsalsa20_poly1305 encryption modes on Nov 18, 2024 - Bot now supports aead_xchacha20_poly1305_rtpsize encryption - Updated JDA 4.4.1_353 -> 5.6.1 - Replaced jda-utilities with jda-chewtils (JDA 5 compatible) - Updated lavaplayer 2.2.1 -> 2.2.4 - Updated youtube source 1.5.2 -> 1.13.3 - Updated logback 1.2.13 -> 1.5.18 - Fixed bot status not updating to configured value on startup Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
- Upgrade JDA 5.6.1 -> 6.3.2 (required for Discord mandatory DAVE protocol) - Add libdave-jvm 0.1.2 with Windows + Linux natives for DAVE E2E encryption - Update JDA-Chewtils to JDA 6 compatible master-SNAPSHOT from JitPack - Add endReason.mayStartNext guard in AudioHandler to prevent track loop - Bump Java target 11 -> 17, maven-shade-plugin 1.5 -> 3.6.0 - Remove dead JCenter repository, add KyokoBot + Lavalink Snapshots repos - Add dependency-reduced-pom.xml to .gitignore
|
Still works as of 2026-April-17. |
Fix: Add ARM64 support for Raspberry Pi 5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix Available
This issue is caused by Discord's mandatory DAVE protocol (End-to-End Encryption) for all voice connections, enforced since March 1, 2026. JDA 5.x does not support DAVE, so Discord rejects the voice connection — causing the bot to loop endlessly trying to reconnect.
What's Fixed
!play playlist <name>) works reliablyWhat Changed
Download
⬇️ JMusicBot-0.4.3-1.0-fixed
Source code: https://github.com/noxianwill/MusicBot/
Upgrade Instructions
JMusicBot-0.4.3-fix1.0.jarjava -Dnogui=true -jar JMusicBot-0.4.3-fix1.0.jarconfig.txtwill work as-is