Darkside138 / DiscordSoundboard

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

Error creating bean with name 'soundPlayerImpl' #162

Closed Akbadain29 closed 2 years ago

Akbadain29 commented 3 years ago

I have downloaded latest (3.0.6) from the README.md link and I am on Windows 10. The bot does appear on the server and displays its activity string when I run the .bat. However, I get the same error message as #134 and I don't know why.

I ran the soundboard in debug mode and have attached the result (including the Conditions Evaluation Report) in case that helps. soundboard_debug_information.txt

Darkside138 commented 3 years ago

This may be cause by using a 32 bit version of Java. Make sure you have 64bit Java installed.

hippotread commented 3 years ago

I had the same issue, but with 64bit Java 8 on Ubuntu. Figured out that it was caused by a file without the mp3 extension in the sounds directory.

clorl commented 2 years ago

Same error here on Windows 10 with Java 1.8 64-bits

clorl commented 2 years ago

My issue was the token wasn't right. The bot needs better error handling and logging

Darkside138 commented 2 years ago

Better error handling added for when bot token is missing in 3.1.0. The release will be uploaded shortly.