Skip to content

Instantly share code, notes, and snippets.

@PritishC
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PritishC/e36169ce4240dde7a3bb to your computer and use it in GitHub Desktop.
Save PritishC/e36169ce4240dde7a3bb to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/pritishc/RestOfFileSystem/nereid-stuff/nereid-webshop/tests/test_party.py", line 57, in test_0030_test_party_search
results = self.Party.search([('rec_name', 'ilike', '%thomas%')])
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/openlabs_nereid_webshop-3.2.1.0-py2.7.egg/trytond/modules/nereid_webshop/party.py", line 166, in search
cls.search_name(search_phrase, limit=limit, fields=["id"])
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/es.py", line 1613, in __next__
self._do_search()
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/es.py", line 1416, in _do_search
self._results = self._search_raw(self.start, self.chuck_size)
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/es.py", line 1659, in _search_raw
doc_types=self.doc_types, headers=self.headers, **query_params)
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/es.py", line 1007, in search_raw
return self._send_request('GET', path, body, params=query_params, headers=headers)
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/es.py", line 477, in _send_request
raise_if_error(response.status, decoded)
File "/home/pritishc/.virtualenvs/webshop/local/lib/python2.7/site-packages/pyes-0.99.5-py2.7.egg/pyes/convert_errors.py", line 85, in raise_if_error
raise excClass(msg, status, result, request)
IndexMissingException: [:memory:] missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment