PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
389 stars 179 forks source link

LavalinkLoadException with every node #301

Closed PowRoyalHighness closed 4 months ago

PowRoyalHighness commented 4 months ago

every connection I do gives me the same error and I don't know how to fix it, any idea?

chillymosh commented 4 months ago

If you are using public nodes you will have to wait for them to update.

If you are self hosting you will need to make sure you have the below:

PowRoyalHighness commented 4 months ago

I'm using a public nodes list, and the same nodes worked a few days ago, but now they all give me the same error

solumath commented 4 months ago

I'm using a public nodes list, and the same nodes worked a few days ago, but now they all give me the same error

then the server is running old version, thus not related to wavelink

chillymosh commented 4 months ago

Update for future reference.

Lavasrc 4.1.0 has now been officially released, negating the need for the snapshot.

If self hosting make sure you specify this in Lavalink 4.0.5, along with the youtube-source plugin. Remember to disable YouTube in LavaSrc settings.

If using a public node then you need to wait for owner to update.

PowRoyalHighness commented 4 months ago

okok, I'll wait for the updates then. Planning on hosting a server myself. Thanks a lot for the help!