ZeNyfh / gigavibe-java-edition

Music + Media bot made in java using JDA and Lavaplayer.
GNU General Public License v3.0
8 stars 3 forks source link

Investigate why tracks refuse to transmit audio in guild after the bot is running for some time #152

Closed ZeNyfh closed 3 months ago

ZeNyfh commented 3 months ago

Describe the bug After the bot is running for some time, it will stop transmitting audio in voice channels for a specific guild.

To Reproduce

  1. ...?
  2. Connect bot
  3. Play YouTube url
  4. bot doesn't error, bot doesn't put anything in logs, audio doesn't play.

Expected behavior The bot should play tracks flawlessly without any problem, regardless of any events that have happened before.

Screenshots The bot's icon is not green but apparently it is playing the track. image

Additional context Using the disconnect command and making the bot rejoin the vc and playing the track again did not fix it, only a reboot fixed this.

ZeNyfh commented 3 months ago

duplicate of #150