You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received audio provided by CombinedAudio object seems to be always silent since about a week. Have there been changes in the Discord API? I recently upgraded to the latest JDA version to fix another issue, and something might have gone wrong. That is why I am not sure whether the problem is really coming from JDA / Discord.
Try enabling member cache for voice members. This is done by default in createDefault as seen and explained in our example. You can do this manually with setMemberCachePolicy(MemberCachePolicy.VOICE) on your JDABuilder instance.
For the future, please use the bug report template.
Received audio provided by CombinedAudio object seems to be always silent since about a week. Have there been changes in the Discord API? I recently upgraded to the latest JDA version to fix another issue, and something might have gone wrong. That is why I am not sure whether the problem is really coming from JDA / Discord.
General Troubleshooting
Question
Example Code
https://gitlab.com/sirimangalo/voice-recorder
The text was updated successfully, but these errors were encountered: