Replies: 3 comments 1 reply
-
@a3ro-dev did you mean to make this? If you did then you need to provide some actual info on what you are using. I can only make the assumption you are using a pre 3.x version of Wavelink and can only recommend you update to the latest. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@a3ro-dev Can you send me how you are trying to connect the socket? I had the same issue but i solved by changing the Pre: nodes = [wavelink.Node(uri="localhost:7000", password=os.environ.get("LAVALINK_PASSWORD"))] post: nodes = [wavelink.Node(uri="http://localhost:7000", password=os.environ.get("LAVALINK_PASSWORD"))] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the old Lavalink websocket endpoint. Please use /v4/websocket instead. If you are using a client library, please update it to a Lavalink v4 compatible version or use Lavalink v3 instead.
Beta Was this translation helpful? Give feedback.
All reactions