Darkside138 / DiscordSoundboard

Java Soundboard for Discord
Apache License 2.0
137 stars 55 forks source link

"Could not find sound to play" Error #80

Closed chukwumaokere closed 6 years ago

chukwumaokere commented 7 years ago

Previously I had the the bot at version 1.9.4 and everything was fine but I switched to 2.1.1 to account for the channel categories, but the issue is that previously i could drag and drop files into the sounds/ dir and it would be ready to play. Now with the 2.1.1 update, I cant seem to do that. When I drag and drop a file into sounds/ i get an error that it cant find the sound file.

Previously the sound dir was set to '' with my 1.9.4 version so I didn't make any major changes when running 2.1.1.

Darkside138 commented 7 years ago

Yeah, I had to take out the "folder watch" feature for now to get it working after the categories addition.

On Sat, Oct 14, 2017, 1:52 AM Chukwuma Okere notifications@github.com wrote:

Previously I had the the bot at version 1.9.4 and everything was fine but I switched to 2.1.1 to account for the channel categories, but the issue is that previously i could drag and drop files into the sounds/ dir and it would be ready to play. Now with the 2.1.1 update, I cant seem to do that. When I drag and drop a file into sounds/ i get an error that it cant find the sound file.

Previously the sound dir was set to '' with my 1.9.4 version so I didn't make any major changes when running 2.1.1.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Darkside138/DiscordSoundboard/issues/80, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH_l3nNfR9Y3c1DfXwZHg_5Llv49XC_ks5ssFo6gaJpZM4P5SI_ .

Darkside138 commented 6 years ago

I'm going to add rest endpoint that can be called to update the sound list. This is a temp workaround and I'll add the watch back in later.

Darkside138 commented 6 years ago

Added the folder watch back in 2.2.0-BETA