-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
My Redis doesn't have a password。Delete invalid
[15:47:30 ERROR]: Couldn't pass ProxyInitializeEvent to papiproxybridge 1.8
net.william278.papiproxybridge.libraries.lettuce.core.RedisConnectionException: Unable to connect to localhost/:6379
at net.william278.papiproxybridge.libraries.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:63) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:41) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:354) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.RedisClient.connect(RedisClient.java:220) ~[?:?]
at net.william278.papiproxybridge.messenger.redis.RedisMessenger.onEnable(RedisMessenger.java:68) ~[?:?]
at net.william278.papiproxybridge.VelocityPAPIProxyBridge.onProxyInitialization(VelocityPAPIProxyBridge.java:93) ~[?:?]
at net.william278.papiproxybridge.Lmbda$9.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:677) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:542) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: net.william278.papiproxybridge.libraries.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set
at net.william278.papiproxybridge.libraries.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:762) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:697) ~[?:?]
at net.william278.papiproxybridge.libraries.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:614) ~[?:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity-3.4.0-SNAPSHOT-486.jar:3.4.0-SNAPSHOT (git-9324a52c-b486)]
... 1 more