Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDA does not start #3

Open
edoigtrd opened this issue Jan 21, 2022 · 0 comments
Open

JDA does not start #3

edoigtrd opened this issue Jan 21, 2022 · 0 comments

Comments

@edoigtrd
Copy link

edoigtrd commented Jan 21, 2022

Hi , i have installed your plugin (DiscordBotAPI-1.1.1) in my server (purpur-1.18.1-1522)
And the discord part of the plugin is not working (the bot is disconnected and don't react to user's actions)
But when i use /discord link command in game the bot's name returned in chat is good
I don't know many about JDA but the error seems caming from here :

If you need more informations let me know
`

.... [11:30:55 INFO]: [DiscordBotAPI] Enabling DiscordBotAPI v1.1.1*
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Automatically disabled CacheFlags due to missing intents
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.ACTIVITY (missing GatewayIntent.GUILD_PRESENCES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.VOICE_STATE (missing GatewayIntent.GUILD_VOICE_STATES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.EMOTE (missing GatewayIntent.GUILD_EMOJIS)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.CLIENT_STATUS (missing GatewayIntent.GUILD_PRESENCES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] You can manually disable these flags to remove this warning by using disableCache(CacheFlag.ACTIVITY, CacheFlag.VOICE_STATE, CacheFlag.EMOTE, CacheFlag.CLIENT_STATUS) on your JDABuilder
.... [11:30:56 INFO]: [net.dv8tion.jda.api.JDA] Login Successful!
.... [11:30:56 INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
.... [11:30:56 ERROR]: [net.dv8tion.jda.internal.requests.WebSocketClient] WebSocket connection was closed and cannot be recovered due to identification issues`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant