dependency error #1423
Replies: 1 comment 2 replies
-
You can find downloadable jars on the releases page: https://github.com/jagrosh/MusicBot/releases |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to generate a Jar file, but when executing I get these errors.
[20:11:28] [WARN] [Settings]: Failed to load server settings (this is normal if no settings have been set yet): java.nio.file.NoSuchFileException: serversettings.json
Exception in thread "main" com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'lyrics.user-agent'
at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:156)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:174)
at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:180)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:188)
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:193)
at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:250)
at com.jagrosh.jlyrics.LyricsClient.(LyricsClient.java:94)
at com.jagrosh.jlyrics.LyricsClient.(LyricsClient.java:58)
at com.jagrosh.jmusicbot.commands.music.LyricsCmd.(LyricsCmd.java:32)
at com.jagrosh.jmusicbot.JMusicBot.startBot(JMusicBot.java:105)
at com.jagrosh.jmusicbot.JMusicBot.main(JMusicBot.java:66)
Beta Was this translation helpful? Give feedback.
All reactions