Skip to content

Instantly share code, notes, and snippets.

@thlor
Created June 12, 2019 14:44
Show Gist options
  • Save thlor/71f1754346cc827adaee098dbc83ba98 to your computer and use it in GitHub Desktop.
Save thlor/71f1754346cc827adaee098dbc83ba98 to your computer and use it in GitHub Desktop.
deduper fails
2019-06-12 14:26:17,917 [ERROR] django.request: Internal Server Error: /dedup/push_file/update/austrian_open_data_searchresult
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/dedup/dedup/views.py", line 139, in push_file_to_ingestion
context = tasks.conduit_task(context)
File "/usr/local/lib/python2.7/dist-packages/celery/local.py", line 191, in __call__
return self._get_current_object()(*a, **kw)
File "/usr/local/lib/python2.7/dist-packages/celery/app/task.py", line 379, in __call__
return self.run(*args, **kwargs)
File "/dedup/deduptasks/tasks.py", line 97, in conduit_task
provided_token=provided_token)
File "/dedup/deduptasks/aux_functions.py", line 186, in query_conduit_for_extuid
ids = r_json["ids"]
KeyError: 'ids'
2019-06-12 14:26:18,071 [ERROR] django.server: "POST /dedup/push_file/update/austrian_open_data_searchresult HTTP/1.1" 500 202774
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment