config.txt Exception in thread "main" #700
Unanswered
pitardeveloper
asked this question in
Questions
Replies: 1 comment
-
This is exactly what you wrote in #701. You need to check your computer's network settings so that Discord can be reached. The problematic line from your log is:
This could be your firewall or something else on the network blocking a connection to Discord. Make sure that you have uninhibited access to Discord on whatever network you are attempting to run the bot on. |
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
-
now i have error with this bot i get those errors when i launch the bot how can i solve it?
config.txt
Exception in thread "main" net.dv8tion.jda.api.exceptions.ErrorResponseException: 0: 404: Not Found
at net.dv8tion.jda.internal.requests.RestActionImpl.complete(RestActionImpl.java:227)
at net.dv8tion.jda.api.requests.RestAction.complete(RestAction.java:633)
at net.dv8tion.jda.api.utils.SessionControllerAdapter.getGateway(SessionControllerAdapter.java:86)
at net.dv8tion.jda.internal.JDAImpl.getGateway(JDAImpl.java:298)
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:256)
at net.dv8tion.jda.internal.JDAImpl.login(JDAImpl.java:248)
at net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1931)
at com.jagrosh.jmusicbot.JMusicBot.main(JMusicBot.java:181)
Caused by: net.dv8tion.jda.api.exceptions.ContextException
at net.dv8tion.jda.api.exceptions.ContextException.here(ContextException.java:54)
at net.dv8tion.jda.api.requests.Request.(Request.java:71)
at net.dv8tion.jda.api.requests.RestFuture.(RestFuture.java:36)
at net.dv8tion.jda.internal.requests.RestActionImpl.submit(RestActionImpl.java:209)
at net.dv8tion.jda.internal.requests.RestActionImpl.complete(RestActionImpl.java:219)
... 7 more
and in the console it says
Failed to load server settings (this is normal if no settings have been set yet): java.nio.file.NoSuchFileException: serversettings.json
how can i fix that?
Beta Was this translation helpful? Give feedback.
All reactions