Guest User

Untitled

a guest
Jan 23rd, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. [LWJGL Application] INFO discord4j.core.DiscordClientBuilder - Discord4J 3.2.0 (https://discord4j.com)
  2. Exception in thread "LWJGL Application" discord4j.rest.http.client.ClientException: GET /gateway/bot returned 401 Unauthorized with response {code=0, message=401: Unauthorized}
  3. at discord4j.rest.http.client.ClientResponse.clientException(ClientResponse.java:171)
  4. Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
  5. Error has been observed at the following site(s):
  6. |_ checkpoint ? Request to GET /gateway/bot [RequestStream]
  7. |_ checkpoint ? Request to GET /gateway/bot [DefaultRouter]
  8. Stack trace:
  9. at discord4j.rest.http.client.ClientResponse.clientException(ClientResponse.java:171)
  10. at discord4j.rest.http.client.ClientResponse.lambda$createException$13(ClientResponse.java:149)
  11. at reactor.core.publisher.MonoFlatMap$FlatMapMain.onNext(MonoFlatMap.java:125)
  12. at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816)
  13. at reactor.core.publisher.MonoFlatMap$FlatMapInner.onNext(MonoFlatMap.java:249)
  14. at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:120)
  15. at reactor.core.publisher.FluxHandle$HandleSubscriber.onNext(FluxHandle.java:119)
  16. at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854)
  17. at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854)
  18. at reactor.core.publisher.FluxPeekFuseable$PeekConditionalSubscriber.onNext(FluxPeekFuseable.java:854)
  19. at reactor.core.publisher.FluxMap$MapConditionalSubscriber.onNext(FluxMap.java:220)
  20. at reactor.core.publisher.FluxDoFinally$DoFinallySubscriber.onNext(FluxDoFinally.java:130)
  21. at reactor.core.publisher.FluxHandleFuseable$HandleFuseableSubscriber.onNext(FluxHandleFuseable.java:184)
  22. at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107)
  23. at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1816)
  24. at reactor.core.publisher.MonoCollectList$MonoCollectListSubscriber.onComplete(MonoCollectList.java:128)
  25. at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260)
  26. at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:142)
  27. at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:400)
  28. at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:419)
  29. at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:473)
  30. at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:684)
  31. at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:93)
  32. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  34. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  35. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  36. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  37. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  38. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  39. at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
  40. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)
  41. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
  42. at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
  43. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  44. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  45. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  46. at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1372)
  47. at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1235)
  48. at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1284)
  49. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507)
  50. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:446)
  51. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
  52. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  53. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  54. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
  55. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
  56. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
  57. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
  58. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
  59. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
  60. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:719)
  61. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:655)
  62. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:581)
  63. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
  64. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  65. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  66. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  67. at java.lang.Thread.run(Thread.java:748)
  68. Suppressed: java.lang.Exception: #block terminated with an error
  69. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99)
  70. at reactor.core.publisher.Mono.block(Mono.java:1706)
  71. at theThorton.ThortMod.receivePostInitialize(ThortMod.java:235)
  72. at basemod.BaseMod.publishPostInitialize(BaseMod.java:2251)
  73. at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PostInitializeHook.Postfix(PostInitializeHook.java:9)
  74. at com.megacrit.cardcrawl.core.CardCrawlGame.create(CardCrawlGame.java:308)
  75. at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
  76. at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Advertisement
Add Comment
Please, Sign In to add comment