Takiyo0 / Kazagumo

A Shoukaku wrapper that have built-in queue system and other feature
MIT License
56 stars 38 forks source link

[BUG] current.setKazagumo is not a function #31

Closed realpukhraj closed 1 year ago

realpukhraj commented 1 year ago
TypeError: current.setKazagumo is not a function
1|real     |     at MorePlayer.<anonymous> (/home/ubuntu/Data/Real/node_modules/kazagumo/dist/Managers/KazagumoPlayer.js:223:21)
1|real     |     at Generator.next (<anonymous>)
1|real     |     at /home/ubuntu/Data/Real/node_modules/kazagumo/dist/Managers/KazagumoPlayer.js:8:71
1|real     |     at new Promise (<anonymous>)
1|real     |     at __awaiter (/home/ubuntu/Data/Real/node_modules/kazagumo/dist/Managers/KazagumoPlayer.js:4:12)
1|real     |     at MorePlayer.play (/home/ubuntu/Data/Real/node_modules/kazagumo/dist/Managers/KazagumoPlayer.js:204:16)
1|real     |     at Player.<anonymous> (/home/ubuntu/Data/Real/node_modules/kazagumo/dist/Managers/KazagumoPlayer.js:90:25)
1|real     |     at Player.emit (node:events:513:28)
1|real     |     at Player.onPlayerEvent (/home/ubuntu/Data/Real/node_modules/shoukaku/dist/src/guild/Player.js:346:22)
1|real     |     at Player.onLavalinkMessage (/home/ubuntu/Data/Real/node_modules/shoukaku/dist/src/guild/Player.js:329:18)

When a track end and player is not destroyed but next song is not playable as it is mentioned

Version:

realpukhraj commented 1 year ago

NVM i resolved