Skip to content

Instantly share code, notes, and snippets.

@j00bar
Created January 23, 2015 16:10
Show Gist options
  • Select an option

  • Save j00bar/195820c9ef5ccd23605a to your computer and use it in GitHub Desktop.

Select an option

Save j00bar/195820c9ef5ccd23605a to your computer and use it in GitHub Desktop.
[2015-01-23 11:05:18,977: ERROR/MainProcess] Unrecoverable error: TypeError('__init__() takes at least 2 arguments (1 given)', <class 'django.core.exceptions.ValidationError'>, ())
Traceback (most recent call last):
File "/virtualenv/local/lib/python2.7/site-packages/celery/worker/__init__.py", line 404, in start
component.start()
File "/virtualenv/local/lib/python2.7/site-packages/celery/worker/consumer.py", line 410, in start
self.consume_messages()
File "/virtualenv/local/lib/python2.7/site-packages/celery/worker/consumer.py", line 495, in consume_messages
readers[fileno](fileno, event)
File "/virtualenv/local/lib/python2.7/site-packages/billiard/pool.py", line 664, in handle_event
self._it.next()
File "/virtualenv/local/lib/python2.7/site-packages/billiard/pool.py", line 637, in _process_result
ready, task = poll(timeout)
File "/virtualenv/local/lib/python2.7/site-packages/billiard/pool.py", line 1059, in _poll_result
return True, self._quick_get()
TypeError: ('__init__() takes at least 2 arguments (1 given)', <class 'django.core.exceptions.ValidationError'>, ())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment