SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.93k stars 2.85k forks source link

[AutoComplete] /Play command still doesn't autocomplete #1207

Closed ItJustFox closed 1 year ago

ItJustFox commented 1 year ago

Please describe the problem you are having in as much detail as possible: image

Essentials:

Additional system info

Relevant client options:

LewdHuTao commented 1 year ago

refer to #1202

LewdHuTao commented 1 year ago

i just realized you already have the same issue before and im pretty sure you have do a clean install but still get same error

LewdHuTao commented 1 year ago

so try edit the autocomplete code by doing try and catch and see if there is any error in console. oh make sure debug is set to true in config

Assassin654 commented 1 year ago

Try changing the request limit to 5 instead of 25 and see if that works. It could be that it takes too long to search.

ItJustFox commented 1 year ago

Try changing the request limit to 5 instead of 25 and see if that works. It could be that it takes too long to search.

Actually I managed to fix it has told on discord, reinstalling wasn't doing that much, I had to re send the slash command to discord with npm run deploy to debug it, with updating youtube-sr and manually all nodejs addon but re run deploy fixed it first time

LewdHuTao commented 1 year ago

great to hear this issue is fixed