Skip to content

Instantly share code, notes, and snippets.

@zekroTJA
Created October 19, 2017 12:06
Show Gist options
  • Select an option

  • Save zekroTJA/6aaaad137ae125f0352583c728657bfa to your computer and use it in GitHub Desktop.

Select an option

Save zekroTJA/6aaaad137ae125f0352583c728657bfa to your computer and use it in GitHub Desktop.
discord music bot - lavaplayer Linux ARM fix - libconnector.so

discord music bot - lavaplayer Linux ARM fix - libconnector.so

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:

  1. Open your compiled .jar file from your discord bot with 7-Zip or WinRAR or something like that
    screenshot

  2. Navigate to the location /natives/linux-arm

  3. Now, you need to download the libconnector.so (zekro.de) library file and inject it in this location in the .jar file of your bot

Now it should work on your ARM device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment