M*C*O

Results 134 comments of M*C*O

This is not an LP error, this is originating from your code: ``` java.lang.IllegalArgumentException: Name may not be blank at net.dv8tion.jda.internal.utils.Checks.notBlank(Checks.java:80) at net.dv8tion.jda.api.entities.Activity.listening(Activity.java:177) at fr.mael.starnetwork.starmusic.audio.NowplayingHandler.onTrackUpdate(NowplayingHandler.java:106) at fr.mael.starnetwork.starmusic.audio.AudioHandler.onTrackStart(AudioHandler.java:143) at com.sedmelluq.discord.lavaplayer.player.event.AudioEventAdapter.onEvent(AudioEventAdapter.java:72) at...

You won't find any help here, this repo hasn't seen activity for years. Active forks include: https://github.com/lavalink-devs/lavaplayer https://github.com/devoxin/lavaplayer

when the volume is changed, LP can't just pass the data to discord but instead has to do reencode it. Problems with that might indicate that your CPU is to...

In case anyone else comes across this, just use [this image](https://hub.docker.com/r/pyfound/black) instead: ``` docker run -p 3489 pyfound/black:latest_release blackd --bind-host 0.0.0.0 --bind-port 3489 ```

file extensions are done. i wonder what elasticsearch field type OD urls would be. keyword would be ideal because there are tons of duplicates in that field, but text is...

not sure if this is possible, especially now that we are downloading through the browser

the md5 is part of the search result dict, and you can even extract it from the download page URL afterwards.

Hello, since i don't really maintain this repo anymore, i'm in no position to test this PR. What does the response from libgen look like? Maybe there's a more elegant...

currently, pylibgen is only used in a very crude way - everything entered into the title field will be used to search all fields in libgen. definitely needs work.