You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
When running discordRpc.init() the following exception is thrown
Exception in thread "main" java.lang.RuntimeException: Failed to create directory '/home/koenn/.local'
at com.github.psnrigner.discordrpcjava.impl.BaseConnectionUnix.register(BaseConnectionUnix.java:188)
at com.github.psnrigner.discordrpcjava.DiscordRpc.register(DiscordRpc.java:294)
at com.github.psnrigner.discordrpcjava.DiscordRpc.init(DiscordRpc.java:130)
The directory /home/koenn/.local already exists, so it does not have to be created.
When running
discordRpc.init()the following exception is thrownThe directory
/home/koenn/.localalready exists, so it does not have to be created.