Skip to content

Instantly share code, notes, and snippets.

@hc2p
Created February 9, 2013 14:54
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 hc2p/4745556 to your computer and use it in GitHub Desktop.
Save hc2p/4745556 to your computer and use it in GitHub Desktop.
ctive moped count: 110721
Traceback (most recent call last):
File "./manage.py", line 14, in <module>
execute_manager(settings)
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/django/core/management/__init__.py", line 459, in execute_manager
utility.execute()
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/Users/hannesprobst/Moped/serverside/mopedsite/mopedapp/management/commands/index_active.py", line 33, in handle
search.add_batch(chunk)
File "/Users/hannesprobst/Moped/serverside/mopedsite/mopedapp/search.py", line 90, in add_batch
get_index().add_documents(documents)
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/indextank/client.py", line 165, in add_documents
return _request('PUT', self.__docs_url(), data=documents)
File "/Users/hannesprobst/.virtualenvs/moped/lib/python2.7/site-packages/indextank/client.py", line 441, in _request
raise HttpException(response.status, response.body)
indextank.client.HttpException: HTTP 400: "Invalid batch insert, in document #1 of 1000: Value for category conversationid is not a String"
(moped)hannes-air:mopedsite hannesprobst$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment