freyacodes / archived-bot

A Discord music bot serving music in over 3 million discord servers
https://fredboat.com/docs
MIT License
488 stars 210 forks source link

DanceCommand is broken #607

Open laspera opened 4 years ago

laspera commented 4 years ago

When i tried use dance command i see this error in console, it's not so important, but good to know

Exception in thread "DanceCommand dance" java.lang.IllegalStateException: Timeout on blocking read for 2000 MILLISECONDS
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:117)
at reactor.core.publisher.Mono.block(Mono.java:1199)
at fredboat.command.fun.DanceCommand$invoke$2$func$1.run(DanceCommand.kt:83) 
at java.base/java.lang.Thread.run(Thread.java:834)