Androz2091 / discord-player

🎧 Complete framework to simplify the implementation of music commands using discord.js v14
https://discord-player.js.org/
MIT License
589 stars 192 forks source link

Playing random track instead of the queued one. #1845

Closed discodingpotato closed 10 months ago

discodingpotato commented 10 months ago

Describe the bug Playing random track instead of the queued one when excluding youtube ectractor. I found it in only 2 spotify tracks.

To Reproduce

  1. Exclude the youtube extractor
    await player.extractors.loadDefault(ext => ext != 'YouTubeExtractor');
  2. Queue any of the track listed below
  3. Listen in spotify and by using the bot. You can see the difference..

Expected behavior Playing the right track.. There is no problem when YoutubeExtractor included

Version:

twlite commented 10 months ago

This is because your bot is using SoundCloud Bridging at this point, which has less accuracy. Currently this is not fixable, I will get back to this in the future if I find something about this.