Djangosphinx 无法读取 searchd 响应

发布于 2024-11-16 12:25:48 字数 1137 浏览 0 评论 0原文

错误是 djangosphinx.models.SearchError: 无法读取 searchd 响应 (status=2613,ver=11825,len=775174445,read=75)

有谁知道如何解决它?

root@haoran-Lenovo:~/wiscode/apps/question# python try.py
<SphinxQuerySet instance>
Traceback (most recent call last):
  File "try.py", line 84, in <module>
    print results[0]
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 266, in __getitem__
    return self._get_data()[0]
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 400, in _get_data
    self._result_cache = list(self._get_results())
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 526, in _get_results
    results = self._get_sphinx_results()
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 513, in _get_sphinx_results
    raise SearchError, client.GetLastError()
djangosphinx.models.SearchError: failed to read searchd response (status=2613, ver=11825, len=775174445, read=75)

The error is djangosphinx.models.SearchError: failed to read searchd response
(status=2613, ver=11825, len=775174445, read=75)

Does anyone know how to solve it?

root@haoran-Lenovo:~/wiscode/apps/question# python try.py
<SphinxQuerySet instance>
Traceback (most recent call last):
  File "try.py", line 84, in <module>
    print results[0]
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 266, in __getitem__
    return self._get_data()[0]
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 400, in _get_data
    self._result_cache = list(self._get_results())
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 526, in _get_results
    results = self._get_sphinx_results()
  File "/usr/local/lib/python2.6/dist-packages/django_sphinx-2.1.4-py2.6.egg/djangosphinx/models.py", line 513, in _get_sphinx_results
    raise SearchError, client.GetLastError()
djangosphinx.models.SearchError: failed to read searchd response (status=2613, ver=11825, len=775174445, read=75)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文