Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Protocol error: Got 43 as initial reply byte #226

Open
francisdb opened this issue Sep 20, 2019 · 0 comments
Open

Redis Protocol error: Got 43 as initial reply byte #226

francisdb opened this issue Sep 20, 2019 · 0 comments

Comments

@francisdb
Copy link

Not sure how we got this though

rediscala 1.8.0 / scala 2.12.x

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant