-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Bug Description
When starting version 0.4.4.0 I receive this error and the bot will crash on launch, but when running the version prior, everything works as expected (albeit with the encryption mode bug lol)
Steps to Reproduce
Download version 0.4.4.0
Run it
Expected Result
The bot actually runs
Debug Output
[15:46:35] [INFO] [JDA]: Login Successful! [15:46:36] [INFO] [WebSocketClient]: Connected to WebSocket [15:46:36] [ERROR] [Requester]: There was an unexpected error while executing a REST request net.dv8tion.jda.api.exceptions.ParsingException: Unable to resolve value at 0 to type String: null at net.dv8tion.jda.api.utils.data.DataArray.valueError(DataArray.java:811) at net.dv8tion.jda.api.utils.data.DataArray.getString(DataArray.java:335) at net.dv8tion.jda.api.utils.data.DataArray.lambda$stream$0(DataArray.java:853) at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180) at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104) at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:699) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at net.dv8tion.jda.internal.entities.EntityBuilder.createApplicationInfo(EntityBuilder.java:2491) at net.dv8tion.jda.internal.JDAImpl.lambda$retrieveApplicationInfo$28(JDAImpl.java:1245) at net.dv8tion.jda.internal.requests.RestActionImpl.handleSuccess(RestActionImpl.java:307) at net.dv8tion.jda.internal.requests.RestActionImpl.handleResponse(RestActionImpl.java:285) at net.dv8tion.jda.api.requests.Request.handleResponse(Request.java:306) at net.dv8tion.jda.internal.requests.Requester$WorkTask.handleResponse(Requester.java:442) at net.dv8tion.jda.internal.requests.Requester$WorkTask.access$300(Requester.java:378) at net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:245) at net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:157) at net.dv8tion.jda.internal.requests.Requester.execute(Requester.java:140) at net.dv8tion.jda.internal.requests.Requester$WorkTask.execute(Requester.java:406) at net.dv8tion.jda.api.requests.SequentialRestRateLimiter$Bucket.execute(SequentialRestRateLimiter.java:478) at net.dv8tion.jda.api.requests.SequentialRestRateLimiter$Bucket.run(SequentialRestRateLimiter.java:518) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [15:46:36] [ERROR] [JMusicBot]: net.dv8tion.jda.api.exceptions.ErrorResponseException: -1: net.dv8tion.jda.api.exceptions.ParsingException Invalid reponse returned when attempting to connect, please make sure you're connected to the internet
Additional Info
No response
Checklist
- I have looked for information about this within the documentation
- I have searched for similar issues on the issues page
- I am using an official release from the releases page
JMusicBot Version
0.4.4.0