Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created May 7, 2014 16:40
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 SpencerCooley/d2280b7db1dc54e2fc77 to your computer and use it in GitHub Desktop.
Save SpencerCooley/d2280b7db1dc54e2fc77 to your computer and use it in GitHub Desktop.
ERROR/MainProcess] Unrecoverable error: TypeError("sequence index must be integer, not 'unicode'",)
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/celery/worker/__init__.py", line 206, in start
self.blueprint.start(self)
File "/usr/lib/python2.6/site-packages/celery/bootsteps.py", line 123, in start
step.start(parent)
File "/usr/lib/python2.6/site-packages/celery/bootsteps.py", line 373, in start
return self.obj.start()
File "/usr/lib/python2.6/site-packages/celery/worker/consumer.py", line 278, in start
blueprint.start(self)
File "/usr/lib/python2.6/site-packages/celery/bootsteps.py", line 123, in start
step.start(parent)
File "/usr/lib/python2.6/site-packages/celery/worker/consumer.py", line 821, in start
c.loop(*c.loop_args())
File "/usr/lib/python2.6/site-packages/celery/worker/loops.py", line 99, in synloop
connection.drain_events(timeout=2.0)
File "/usr/lib/python2.6/site-packages/kombu/connection.py", line 279, in drain_events
return self.transport.drain_events(self.connection, **kwargs)
File "/usr/lib/python2.6/site-packages/kombu/transport/virtual/__init__.py", line 847, in drain_events
self._callbacks[queue](message)
File "/usr/lib/python2.6/site-packages/kombu/transport/virtual/__init__.py", line 532, in _callback
message = self.Message(self, raw_message)
File "/usr/lib/python2.6/site-packages/kombu/transport/virtual/__init__.py", line 242, in __init__
properties = payload['properties']
TypeError: sequence index must be integer, not 'unicode'
@emwalker
Copy link

Did you ever figure out what was causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment