question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There was some unexpected exception in the combinedAudioExecutor!

See original GitHub issue

General 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:closed
  • Created 5 years ago
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
ghostcommented, Sep 2, 2018

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.

0reactions
kantenkugelcommented, Sep 6, 2018

Closing the issue then

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found