I've created the following ruby script to do some simple testing: require 'riddle' require 'riddle/2.1.0'
client = Riddle::Client.new 'myhost' client.match_mode = :extended client.query "blargh" When I run it, I get the following error on the client: No response from searchd (status: 2613, version: 11829) > (Riddle::ResponseError) And the sphinx server logs the follwing: [Thu Jan 29 12:28:34.927 2015] [ 685] WARNING: failed to receive MySQL > request body (client=x.x.x.x:42806(10859251), exp=0, error='Success') Any idea where my issue might be? -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/d/optout.
