go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

Query failed to load searchd response

Open nibbleshift opened this issue 5 years ago • 1 comments

The following code:

func Query() {
        cl := manticore.NewClient()
        cl.SetServer("127.0.0.1", 9312)
        cl.Open()
        foo, err := cl.Query("the")

        if err != nil {
                fmt.Println(err.Error())
        } else {
                fmt.Println(foo)
        }
}

Returns: failed to read searchd response (status=0, ver=289, len=1370697, read=78184)

nibbleshift avatar Dec 08 '19 01:12 nibbleshift

Hi @nibbleshift ,

Did you manage to fix this issue ?

Cheers, X

ghost avatar Jul 18 '20 14:07 ghost