Freya Arbjerg

Results 22 issues of Freya Arbjerg

Marks MTS.sh as executable. On *NIX systems, shells may refuse to run this file if the file permissions don't allow. Not sure if this is supported by .zip files.

You may have seen this scary red warning (or something similar) when starting Lavalink: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/home/frey/.gradle/caches/modules-2/files-2.1/org.jboss.xnio/xnio-nio/3.3.8.Final/8dafaf230666e526c53e544ab6a9d6ecfcbab4ee/xnio-nio-3.3.8.Final.jar)...

Possibly a workaround for #274, unless there is a different underlying cause

If YouTube is returning status code 429 it means that your IP is getting ratelimited. You can get around this by using multiple IP addresses, e.g. a large IPv6 block....

This PR changes the lifecycle of `LocalAudioTrackExecutor` such that it is completely disposed of when the track ends. This appears to resolve a suspected race condition that causes a thread...

Perhaps you have a more elaborate strategy in mind. This is enough to do the trick for me at least.

After calling `Lavakord.addNode()` and encountering a refused connection, this exception is raised: ``` Exception in thread "DefaultDispatcher-worker-9" java.net.ConnectException: Connection refused at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:673) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.ktor.network.sockets.SocketImpl.connect$ktor_network(SocketImpl.kt:50) at...

I updated Lavalink-Client from a very old version to discover that websocket connections to Lavalink would randomly break at fairly high frequency. The WS client doesn't appear to have been...

https://github.com/lavalink-devs/lavaplayer/commit/f602c4794f80d01ee1b57326aabd50097f992a86 fixes a thread leak in lavaplayer that appears to be caused by a race condition. I was able to reproduce the issue with some test code, with the leak...

[contributing]: https://jda.wiki/contributing/contributing/ ## Pull Request Etiquette - [x] I have checked the PRs for upcoming features/bug fixes. - [x] I have read the [contributing guidelines][contributing]. ### Changes - [ ]...