Tomato6966 / erela.js

An up to date Lavalink Wrapper, which makes it easy to use Lavalink within your Discord Bot!
Apache License 2.0
50 stars 25 forks source link

v3 currently have issue #37

Open phamleduy04 opened 1 year ago

phamleduy04 commented 1 year ago

I currently using v3 lavalink + main branch of erela.js

this is the log i got from lavalink when use play command

lavalink-test    | 2023-07-28 07:50:12.986  WARN 1 --- [  XNIO-1 task-3] o.s.web.servlet.PageNotFound             : No mapping for PATCH /sessions/yvzy9di8t4thy8bc/players/433141439925583872
lavalink-test    | 2023-07-28 07:50:13.749  INFO 1 --- [ader-2-thread-1] lavalink.server.player.AudioLoader       : Loaded playlist Search results for: thịnh suy
lavalink-test    | 2023-07-28 07:50:13.826  WARN 1 --- [  XNIO-1 task-3] o.s.web.servlet.PageNotFound             : No mapping for PATCH /sessions/yvzy9di8t4thy8bc/players/433141439925583872

Logs at bot

Error: Lavalink Node (<Redacted IP>) does not provide any /v3/info --> but Version: v3 was provided which means, Lavalink is not up to date! --> set #useVersionPath to false + set it so that

Lavalink info:

lavalink-test    |  Version:        3.7.7
lavalink-test    |  Build time:     21.07.2023 12:33:49 UTC
lavalink-test    |  Branch          HEAD
lavalink-test    |  Commit:         80ae933
lavalink-test    |  Commit time:    21.07.2023 12:30:11 UTC
lavalink-test    |  JVM:            17.0.8
lavalink-test    |  Lavaplayer      1.4.2-original
phamleduy04 commented 1 year ago

I switched to my older docker image (for bot) built ~24 days ago, it worked fine with the same lavalink node

phamleduy04 commented 1 year ago

switched to v3 branch worked fine 👍

zoli456 commented 1 year ago

It happen to me too but after a bot restart it connect successfully.