Skip to content

Instantly share code, notes, and snippets.

@queer

queer/fire Secret

Created October 20, 2018 21:03
Show Gist options
  • Save queer/d7a7dd8fb8eb8e8f56bb277c70954c4e to your computer and use it in GitHub Desktop.
Save queer/d7a7dd8fb8eb8e8f56bb277c70954c4e to your computer and use it in GitHub Desktop.
[21:03:13.465] [ vert.x-eventloop-thread-0] [ ERROR] [c.mewna.catnip.shard.DispatchEmitter] Error emitting event with payload {"t":"MESSAGE_UPDATE","s":3908,"op":0,"d":{"id":"503312256734461952","embeds":[],"channel_id":"492888199799242758","author":{"username":"Charlotte","id":"494690097493573641","discriminator":"0000","bot":true,"avatar":"945eff5cf0fbc5df45c459ee823f6630"},"guild_id":"483734914533949441"},"shard":{"id":9,"limit":32}}
[21:03:13.465] [ vert.x-eventloop-thread-0] [ ERROR] [c.mewna.catnip.shard.DispatchEmitter] Stacktrace:
java.lang.NullPointerException: null
at com.mewna.catnip.entity.impl.EntityBuilder.createMessage(EntityBuilder.java:796)
at com.mewna.catnip.shard.DispatchEmitter.emit0(DispatchEmitter.java:73)
at com.mewna.catnip.shard.DispatchEmitter.emit(DispatchEmitter.java:36)
at com.mewna.catnip.shard.event.CachingBuffer.buffer(CachingBuffer.java:155)
at com.mewna.catnip.shard.CatnipShard.handleDispatch(CatnipShard.java:427)
at com.mewna.catnip.shard.CatnipShard.handleSocketData(CatnipShard.java:293)
at com.mewna.catnip.shard.CatnipShard.handleBinaryData(CatnipShard.java:254)
at com.mewna.catnip.shard.CatnipShard.handleSocketFrame(CatnipShard.java:268)
at com.mewna.catnip.shard.CatnipShard.lambda$null$4(CatnipShard.java:211)
at io.vertx.core.http.impl.WebSocketImplBase.handleFrame(WebSocketImplBase.java:282)
at io.vertx.core.http.impl.Http1xClientConnection.handleWsFrame(Http1xClientConnection.java:693)
at io.vertx.core.http.impl.Http1xClientHandler.handleMessage(Http1xClientHandler.java:130)
at io.vertx.core.http.impl.Http1xClientHandler.handleMessage(Http1xClientHandler.java:33)
at io.vertx.core.net.impl.VertxHandler.lambda$channelRead$1(VertxHandler.java:146)
at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:337)
at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:195)
at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:144)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1380)
at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1159)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1194)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:141)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:844)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment