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

ParserError: Protocol error, got "\r" as reply type byte. Please report this. #64

Open
LimitedHype opened this issue Sep 18, 2022 · 1 comment

Comments

@LimitedHype
Copy link

node:events:368
throw er; // Unhandled 'error' event
^

ParserError: Protocol error, got "\r" as reply type byte. Please report this.
at handleError (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:190:15)
at parseType (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:304:14)
Emitted 'error' event on RedisClient instance at:
at JavascriptRedisParser.returnFatalError (/Users/xxxx/xxxx/node_modules/redis/index.js:156:18)
at handleError (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:196:10)
at parseType (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:304:14)
at JavascriptRedisParser.execute (/Users/xxxx/xxxx/node_modules/redis-parser/lib/parser.js:533:24)
at Socket. (/Users/xxxx/xxxx/node_modules/redis/index.js:219:27)

@hunkydoryrepair
Copy link

I've received this error:

ParserError: Protocol error, got "Ã" as reply type byte. Please report this.

but it is 1 in a billion. could be a legitimate network corruption or bug in the redis server?

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

2 participants