You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.Exception: Redis Protocol error: Got 43 as initial reply byte for Operation: Operation(Get(waylay:default:publickey.6ccc8843-d78d-49e8-84c4-3734a4af9929),Future(Failure(redis.actors.InvalidRedisReply$: Could not decode the redis reply (Connection closed))))
at redis.actors.RedisReplyDecoder.decodeRedisReply(RedisReplyDecoder.scala:72)
at redis.actors.RedisReplyDecoder.decodeRepliesRecur(RedisReplyDecoder.scala:50)
at redis.actors.RedisReplyDecoder.decodeReplies(RedisReplyDecoder.scala:35)
at redis.actors.RedisReplyDecoder$$anonfun$receive$1.applyOrElse(RedisReplyDecoder.scala:28)
at akka.actor.Actor.aroundReceive(Actor.scala:539)
at akka.actor.Actor.aroundReceive$(Actor.scala:537)
at redis.actors.RedisReplyDecoder.aroundReceive(RedisReplyDecoder.scala:11)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:612)
at akka.actor.ActorCell.invoke(ActorCell.scala:581)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:268)
at akka.dispatch.Mailbox.run(Mailbox.scala:229)
at akka.dispatch.Mailbox.exec(Mailbox.scala:241)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
The text was updated successfully, but these errors were encountered:
Not sure how we got this though
rediscala 1.8.0 / scala 2.12.x
The text was updated successfully, but these errors were encountered: