Skip to content

AssertionError #3

@jaskaran87

Description

@jaskaran87

I did not get how to use this, Can you please give any documentation, I have implement sphinx search in php now i am going to implement this in python but geting error

python3

import sphinxapi

client = sphinxapi.SphinxClient()

client.SetServer('127.0.0.1',9312)

client.Query("english","language_index")

geting error
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.4/dist-packages/sphinxapi/init.py", line 579, in Query
assert (len(self._reqs) == 0)
AssertionError

Please can anyone help me to sort this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions