Skip to content

Instantly share code, notes, and snippets.

@dbrgn
Created May 24, 2013 19:43
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 dbrgn/5646021 to your computer and use it in GitHub Desktop.
Save dbrgn/5646021 to your computer and use it in GitHub Desktop.
[2013-05-24 21:42:28,507: ERROR/MainProcess] Task celery.chord[fcff074e-692c-4c9b-8014-98a8a5bf4988] raised exception: AttributeError("'dict' object has no attribute 'type'",)
Traceback (most recent call last):
File "/home/danilo/.virtualenvs/radar/lib/python2.7/site-packages/celery/task/trace.py", line 228, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/danilo/.virtualenvs/radar/lib/python2.7/site-packages/celery/task/trace.py", line 415, in __protected_call__
return self.run(*args, **kwargs)
File "/home/danilo/.virtualenvs/radar/lib/python2.7/site-packages/celery/app/builtins.py", line 336, in run
return header(*partial_args, **{'task_id': group_id})
File "/home/danilo/.virtualenvs/radar/lib/python2.7/site-packages/celery/canvas.py", line 406, in __call__
type = tasks[0].type.app.tasks[self['task']]
File "/home/danilo/.virtualenvs/radar/lib/python2.7/site-packages/celery/canvas.py", line 291, in type
return self._type or self.tasks[0].type.app.tasks['celery.chain']
AttributeError: 'dict' object has no attribute 'type'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment