You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
511 | this.reconnectAttempts = 1;
512 | this.info = await this.fetchInfo().catch(() => null);
513 | if (!this.info && ["v3", "v4"].includes(this.version)) {
514 | const errorString = `Lavalink Node (${this.poolAddress}) does not provide any /${this.version}/info`;
515 | throw new Error(errorString);
^
error: Lavalink Node (http://localhost:2333) does not provide any /v4/info
but it is not happen if I fixed the version to v2.2.1
Step to reproduce
init new project with bun
bun i lavalink-client
init LavalinkManager
The text was updated successfully, but these errors were encountered:
Problem
i got error the error below ( in
v2.3.6
)but it is not happen if I fixed the version to
v2.2.1
Step to reproduce
bun i lavalink-client
The text was updated successfully, but these errors were encountered: