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

Gearman::ProtocolError invalid magic #36

Open
tamoyal opened this issue Apr 4, 2018 · 0 comments
Open

Gearman::ProtocolError invalid magic #36

tamoyal opened this issue Apr 4, 2018 · 0 comments

Comments

@tamoyal
Copy link

tamoyal commented Apr 4, 2018

I'm looking for a little bit of direction before I start digging into this. I'm currently getting a lot of these errors on the line raise ProtocolError, "Invalid magic '#{magic}'" unless magic == "\0RES" inlib/gearman/connection.rb:115#read_response

A few examples:
Invalid magic 'alho'
Invalid magic 't:74'
Invalid magic '�H:'
Invalid magic '29R'
Invalid magic 'ocal'
Invalid magic 'ost:'
Invalid magic '�'

There's some jumbled up localhost up there if that helps. Any idea if this could be an error on my end or if this is likely something in Gearman Ruby? I'm using the Gearman Ruby client, the Gearman Java server (also written by you), and Yelp's python gearman for my python workers. Any direction would be much appreciated . @johnewart !

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