Created
February 9, 2013 14:54
-
-
Save hc2p/4745556 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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