sub-kek / CustomDiscs-SVC

9 stars 0 forks source link

java.lang.InterruptedException: sleep interrupted #2

Closed Trard closed 1 month ago

Trard commented 2 months ago

Sometimes plugin logs

[08:54:21] [LavaPlayer/ERROR]: [CustomDiscs] Error while playing disc: java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep0(Native Method) ~[?:?] at java.lang.Thread.sleep(Thread.java:558) ~[?:?] at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:446) ~[?:?] at io.github.subkek.customdiscs.LavaPlayerManager$LavaPlayer.startTrackJob(LavaPlayerManager.java:178) ~[CustomDiscs-1.3.9(2).jar:?]

However, I don't see any issues in game

sub-kek commented 2 months ago

I need the output of /about.

Trard commented 2 months ago

I need the output of /about.

image

sub-kek commented 2 months ago

Most likely the error occurs if you pull out a record while the track is loading. I will try to fix this in the nearest future.