Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sugestions / Fix Problems for Lavamusic #546

Open
infnibor opened this issue Apr 28, 2024 · 0 comments
Open

Sugestions / Fix Problems for Lavamusic #546

infnibor opened this issue Apr 28, 2024 · 0 comments
Labels
Type: bug Seems like this is a bug Type: enhancement Feature to be added

Comments

@infnibor
Copy link
Contributor

infnibor commented Apr 28, 2024

Hello, Here they are

  1. Add something like if (args.trim() === '') return; so that if the search request is empty, it won't send the request to LavaLink Server causing error 400, which unfortunately, but in When selecting a slashcommand, almost every time an empty request is invoked before pasting/searching for a song, which would help avoid unnecessary errors and spamming the LavaLink console.

  2. Add automatic IP rotation to the bot, which would prevent several errors occurring when trying to play a song like Resource with requested id was not found","status":"404","code":"40400" I will add right away that this is not an error due to an incorrect existing link, but most likely due to the lack of IP rotation.

  3. Due to the fact that the authors of LavaLink themselves warn about the deprecated use of YoutubeSourceManager - "[!WARNING] > The YoutubeSourceManager is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#v2 instead."" I also suggest applying the changes mentioned in the warning.

  4. If additional LavaLink nodes are defined in src/config.ts, automatic switching to them if the connection to the main node is lost etc..

  5. Adding lyrics commands (including live lyrics synchronized on the fly text to music [e.g.: using LavaLyrics from Topi] and a general lyrics command that will send the lyrics of the entire song.

  6. After adding another song, the play/stop button sometimes doesn't update (photo 1), and sometimes it crashes that it is loading, that the song has been added to the queue and doesn't display the embed (photo 2), as if it has a temporary suspension, and this 1 error fixes itself after removing the bot from the channel and asking the question again (but after some time it randomly comes back too), and this 2 thing is just a random moment, so it's even hard to determine more accurate information.
    image
    image

@LucasB25 LucasB25 added Type: bug Seems like this is a bug Type: enhancement Feature to be added labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Seems like this is a bug Type: enhancement Feature to be added
Projects
None yet
Development

No branches or pull requests

2 participants