shipgirlproject / Shoukaku

A stable, powerful and updated wrapper around Lavalink
https://guide.shoukaku.shipgirl.moe/
MIT License
273 stars 84 forks source link

Player ends playing song after around 15 seconds or so #163

Closed Reishimanfr closed 1 year ago

Reishimanfr commented 1 year ago

initializing shoukaku with import { Shoukaku, Connectors } from 'shoukaku';

`const Nodes = [ { name: 'localhost', url: 'localhost:2333', auth: 'MyPassword', }, ];

const shoukaku = new Shoukaku(new Connectors.DiscordJS(client), Nodes); `

all worked fine, until the bot randomly decided to leave the voice channel after printing out the player.reason I got FINISHED, even though the song wasn't even halfway through

Lavalink: v3.7.7 Shoukaku: v3.4.0 Node.js: v18.17.0

Deivu commented 1 year ago

Did you already ask around Lavalink? This is most likely a Lavalink/Lavaplayer issue

AADI0009 commented 1 year ago

initializing shoukaku with import { Shoukaku, Connectors } from 'shoukaku';

`const Nodes = [ { name: 'localhost', url: 'localhost:2333', auth: 'MyPassword', }, ];

const shoukaku = new Shoukaku(new Connectors.DiscordJS(client), Nodes); `

all worked fine, until the bot randomly decided to leave the voice channel after printing out the player.reason I got FINISHED, even though the song wasn't even halfway through

Lavalink: v3.7.7 Shoukaku: v3.4.0 Node.js: v18.17.0

Lavalink Support Server: https://discord.gg/s9PZY5x8Gg

Reishimanfr commented 1 year ago

Did you already ask around Lavalink? This is most likely a Lavalink/Lavaplayer issue

not yet, I'll try asking them thanks!