JMusicBot doesn't reconnect after internet outage #938
Replies: 1 comment
-
I have the same problem when the bot tries to connect after boot but my server has no connection yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Im not sure if i'm right but i think that if there is no internet connection there will be an issue. So that seems logical but the real issue is that it does't retry to connect. I got these error messages:
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.api.requests.RestFuture.(RestFuture.java:36)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.internal.requests.RestActionImpl.submit(RestActionImpl.java:209)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.internal.requests.RestActionImpl.complete(RestActionImpl.java:219)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.api.requests.RestAction.complete(RestAction.java:633)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.api.utils.SessionControllerAdapter.getGateway(SessionControllerAdapter.java:86)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.internal.JDAImpl.getGateway(JDAImpl.java:318)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:276)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:268)
Sep 30 08:40:24 ubuntu run.sh[1716]: at net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1870)
Sep 30 08:40:24 ubuntu run.sh[1716]: at com.jagrosh.jmusicbot.JMusicBot.main(JMusicBot.java:181)
What is your ideal solution to the problem?
make sure that the program tries to reconnect after an error that there is no internet.
How would this feature be used?
It is an actual problem to be fixed so everyone can use this feature.
Additional Info
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions