If you are running a JDA discord music bot with the lavaplayer API, you'll get some nasty error messages if you run it on a linux ARM system (like the Raspberry Pi) and it will not work correctly.
I also hasd this error and asked the bot coder jagrosh for help and he gave me the way to solve that problem:
-
Open your compiled
.jarfile from your discord bot with 7-Zip or WinRAR or something like that
-
Navigate to the location
/natives/linux-arm -
Now, you need to download the libconnector.so (zekro.de) library file and inject it in this location in the
.jarfile of your bot
Now it should work on your ARM device.
