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
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
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: