DraxCodes/Party-Bot

Victoria keep trying to connect and eventually times out

Nights87 opened this issue · 2 comments

Hi,

Bot looks great, but having a minor issue, potentially I've missed something.

image

Looks like victoria cant connect and eventually gives up.
Any ideas?

Hi, I was setting up this example too, and the bot does not set up LavaLink itself.

Therefore, you need

  1. Lavalink (and JDK 14)
  2. application.yml which has the Lavalink parameters

and then you need to run Lavalink with java -jar Lavalink.jar prior to running your bot.

Hey, I'm having the same issue. Did you manage to get this fixed?