There was some unexpected exception in the combinedAudioExecutor!
See original GitHub issueGeneral Troubleshooting
Hey there! Before you report a bug or suggest a new feature, please make sure to follow these steps first!
- I have checked for similar issues.
- I have updated to the latest JDA version.
- I have checked the branches or the maintainers’ PRs for upcoming features/bug fixes.
This is not the place to learn Java. Please refer to StackOverflow for your general programming questions.
Issue
Issue Type
- Bug Report
- Feature Request
For questions join the official JDA discord server: https://discord.gg/0hMr4ce0tIl3SLv5
Description
I’m doing some stuff in the handleCombinedAudio(CombinedAudio audio) method however it is never ran because this exceptions happens first, I can’t really give you anymore except than that stacktrace
[JDA AudioConnection Guild: 331023253785280512 Combined Thread] ERROR net.dv8tion.jda.core.audio.AudioConnection - There was some unexpected exception in the combinedAudioExecutor!
java.lang.ArrayIndexOutOfBoundsException: 960
at net.dv8tion.jda.core.audio.AudioConnection.lambda$setupCombinedExecutor$7(AudioConnection.java:509)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (1 by maintainers)
Top Results From Across the Web
ScheduledExecutorService Exception handling - Stack Overflow
The exception thrown is swallowed by the scheduled executor service, which stops scheduling further executions of your task. So you get the worst...
Read more >How to Fix the 'Unhandled Exception Has Occurred' Error In ...
How to Fix the ' Unhandled Exception Has Occurred in Your Application' Error ... [Tutorial] Unhandled exception has occurred in a component in...
Read more >java.util.concurrent.RejectedExecutionException: event ...
The issue happens when the EventExecutorGroup gets terminated. This happens typically on application shutdown.
Read more >AudioManager - Android Developers
Used to indicate a temporary request of audio focus, anticipated to last a short amount of time, and where it is acceptable for...
Read more >Majority-Rules & Exculpation Clauses - Wagner Sidlofsky LLP
An analysis of the case law shows that this rule is not absolute. There are clear exceptions including where the innocent executors kept ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Either not using latest version (not possible since you checked it in your troubleshooting checkmark list) or
java.lang.ArrayIndexOutOfBoundsException: 960
. So you have to give us the code snippet for using handleCombinedAudio.Either way, the github issue tracker is reserved for feature requests and bug reports. Your issue is neither and should be sorted out inside of our discord server. Go to discord.gg/0hMr4ce0tIl3SLv5 to receive the needed help.
Closing the issue then