Michaili K

Results 138 comments of Michaili K

We’re still awaiting [JDA-Utilities](https://github.com/JDA-Applications/JDA-Utilities) updates.

I have asked the lavalink devs about that issue just now. They very graciously & rapidly provided a fix for this! I've updated the dependency to its latest version again.

> No such host is known (www.youtube.com) Your configured DNS server seems to sometimes fail. Try using a different DNS server, such as Cloudflare's `1.1.1.1` or Google's `8.8.8.8`.

You'd need to consult the documentation for your OS. It should be pretty easy to google though, e.g. "Change DNS server Windows" or "Change DNS server Ubuntu." This issue seems...

There's an open pull request at https://github.com/lavalink-devs/lavaplayer/pull/88 that fixes this issue. I've [made a build of JMusicBot on my fork](https://github.com/MichailiK/MusicBot/releases/tag/0.4.0-newer-lavaplayer) that includes the changes of that pull request. You're welcome...

I believe the current method of logging to the console is sufficient. We will be adding an option to set a logging level though, so more information gets logged.

For consolidation purposes, we're going to continue tracking this bug in #1537. My [latest comment on that issue](https://github.com/jagrosh/MusicBot/issues/1537#issuecomment-2071810856) has a temporary solution for anyone who can't wait for 0.4.1 to...

Small update in regards to this PR & situation: You can actually stop receiving audio from other users using the undocumented "Media Sink Wants" operation in VCs. It doesn’t look...

I believe this is because we have upgraded to Java 11 in version 0.4.0 & you're using Java 8 at the moment. Can you check if you have Java 8...

From [this commit comment](https://github.com/jagrosh/MusicBot/commit/23c2dfa78e402b5737cbc4b2c8ca9faa0fc74ed3#r139810148): > JMusicBot documentation has always instructed users to mark their bots as private. This update is the first update that actually enforces the instructions. The people...