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, 2024. It is now read-only.
Executing the application without any valid parameters will leave the application in an error state and not exit.
[08:02:37.186][main][DEBUG]: com.shimmermare.inviteroles.InviteRoles: Reading application properties from resource
[08:02:37.187][main][INFO]: com.shimmermare.inviteroles.InviteRoles: Starting InviteRoles Discord Bot version 1.0.1-SNAPSHOT. I'm alive!
[08:02:37.660][OkHttp https://discordapp.com/...][DEBUG]: net.dv8tion.jda.internal.requests.Requester: Received response with following cf-rays: [5f695e796c9f1bfa-OSL]
[08:02:37.974][OkHttp https://discordapp.com/...][DEBUG]: net.dv8tion.jda.internal.requests.Requester: Received response with following cf-rays: [5f695e7a2df51bfa-OSL]
[08:02:38.163][OkHttp https://discordapp.com/...][DEBUG]: net.dv8tion.jda.internal.requests.Requester: Received response with following cf-rays: [5f695e7b990a1bfa-OSL]
[08:02:38.176][main][ERROR]: com.shimmermare.inviteroles.InviteRoles: Unable to login to Discord
javax.security.auth.login.LoginException: The provided token is invalid!
at net.dv8tion.jda.internal.JDAImpl.verifyToken(JDAImpl.java:340)
at net.dv8tion.jda.internal.JDAImpl.verifyToken(JDAImpl.java:277)
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:220)
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:188)
at net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:914)
at com.shimmermare.inviteroles.InviteRoles.run(InviteRoles.java:108)
at com.shimmermare.inviteroles.InviteRoles.main(InviteRoles.java:258)
[08:02:38.176][main][INFO]: com.shimmermare.inviteroles.InviteRoles: Application terminated from console. Goodbye!
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "net.dv8tion.jda.api.JDA.shutdown()" because "this.jda" is null
at com.shimmermare.inviteroles.InviteRoles.shutdown(InviteRoles.java:187)
at com.shimmermare.inviteroles.InviteRoles.main(InviteRoles.java:264)
From this point forward the application still runs but isn't doing anything. It would be a lot better if it would just exit and post a non-zero exit code.
Executing the application without any valid parameters will leave the application in an error state and not exit.
From this point forward the application still runs but isn't doing anything. It would be a lot better if it would just exit and post a non-zero exit code.