C:\Users\user\Dropbox\app\app>c:\Python27\Scripts\celery.exe -A app.tasks worker -l info -------------- celery@user-PC v3.0.16 (Chiastic Slide) ---- **** ----- --- * *** * -- [Configuration] -- * - **** --- . broker: amqp://guest@localhost:5672// - ** ---------- . app: tasks:0x20688f0 - ** ---------- . concurrency: 4 (processes) - ** ---------- . events: OFF (enable -E to monitor this worker) - ** ---------- - *** --- * --- [Queues] -- ******* ---- . celery: exchange:celery(direct) binding:celery --- ***** ----- [Tasks] . app.tasks.check_fence . app.tasks.check_st [2013-03-14 15:00:59,819: WARNING/MainProcess] celery@user-PC ready. [2013-03-14 15:00:59,838: INFO/MainProcess] consumer: Connected to amqp://guest@ 127.0.0.1:5672//. [2013-03-14 15:01:09,111: INFO/MainProcess] Got task from broker: app.tasks.c heck_fence[5b28c53e-c842-4957-bed2-2d53ed0ec00a] [2013-03-14 15:01:09,115: WARNING/MainProcess] Traceback (most recent call last) : [2013-03-14 15:01:09,117: WARNING/MainProcess] File "c:\Python27\lib\logging\__i nit__.py", line 846, in emit [2013-03-14 15:01:09,118: WARNING/MainProcess] msg = self.format(record) [2013-03-14 15:01:09,118: WARNING/MainProcess] File "c:\Python27\lib\logging\__i nit__.py", line 723, in format [2013-03-14 15:01:09,119: WARNING/MainProcess] return fmt.format(record) [2013-03-14 15:01:09,119: WARNING/MainProcess] File "c:\Python27\lib\site-packag es\celery\utils\log.py", line 102, in format [2013-03-14 15:01:09,121: WARNING/MainProcess] return safe_str(logging.Formatter .format(self, record)) [2013-03-14 15:01:09,121: WARNING/MainProcess] File "c:\Python27\lib\logging\__i nit__.py", line 464, in format [2013-03-14 15:01:09,121: WARNING/MainProcess] record.message = record.getMessag e() [2013-03-14 15:01:09,121: WARNING/MainProcess] File "c:\Python27\lib\logging\__i nit__.py", line 328, in getMessage [2013-03-14 15:01:09,122: WARNING/MainProcess] msg = msg % self.args [2013-03-14 15:01:09,122: WARNING/MainProcess] File "c:\Python27\lib\site-packag es\celery\worker\job.py", line 461, in __str__ [2013-03-14 15:01:09,124: WARNING/MainProcess] ' eta:[%s]' % (self.eta, ) if sel f.eta else '', [2013-03-14 15:01:09,125: WARNING/MainProcess] File "c:\Python27\lib\site-packag es\dateutil\tzwin.py", line 32, in utcoffset [2013-03-14 15:01:09,125: WARNING/MainProcess] if self._isdst(dt): [2013-03-14 15:01:09,127: WARNING/MainProcess] File "c:\Python27\lib\site-packag es\dateutil\tzwin.py", line 67, in _isdst [2013-03-14 15:01:09,127: WARNING/MainProcess] self._dstweeknumber) [2013-03-14 15:01:09,127: WARNING/MainProcess] File "c:\Python27\lib\site-packag es\dateutil\tzwin.py", line 166, in picknthweekday [2013-03-14 15:01:09,128: WARNING/MainProcess] first = datetime.datetime(year, m onth, 1, hour, minute) [2013-03-14 15:01:09,128: WARNING/MainProcess] ValueError: month must be in 1..1 2 [2013-03-14 15:01:09,128: WARNING/MainProcess] Logged from file consumer.py, lin e 513 [2013-03-14 15:01:09,128: ERROR/MainProcess] Unrecoverable error: ValueError('mo nth must be in 1..12',) Traceback (most recent call last): File "c:\Python27\lib\site-packages\celery\worker\__init__.py", line 356, in s tart component.start() File "c:\Python27\lib\site-packages\celery\worker\consumer.py", line 393, in s tart self.consume_messages() File "c:\Python27\lib\site-packages\celery\worker\consumer.py", line 886, in c onsume_messages self.connection.drain_events(timeout=10.0) File "c:\Python27\lib\site-packages\kombu\connection.py", line 277, in drain_e vents return self.transport.drain_events(self.connection, **kwargs) File "c:\Python27\lib\site-packages\kombu\transport\pyamqp.py", line 91, in dr ain_events return connection.drain_events(**kwargs) File "c:\Python27\lib\site-packages\amqp\connection.py", line 288, in drain_ev ents return amqp_method(channel, args, content) File "c:\Python27\lib\site-packages\amqp\channel.py", line 1886, in _basic_del iver fun(msg) File "c:\Python27\lib\site-packages\kombu\messaging.py", line 542, in _receive _callback return on_m(message) if on_m else self.receive(decoded, message) File "c:\Python27\lib\site-packages\kombu\messaging.py", line 514, in receive [callback(body, message) for callback in callbacks] File "c:\Python27\lib\site-packages\celery\worker\consumer.py", line 592, in r eceive_message self.strategies[name](message, body, message.ack_log_error) File "c:\Python27\lib\site-packages\celery\worker\strategy.py", line 25, in ta sk_message_handler delivery_info=message.delivery_info)) File "c:\Python27\lib\site-packages\celery\worker\consumer.py", line 528, in o n_task eta = to_timestamp(to_system_tz(task.eta)) File "c:\Python27\lib\site-packages\celery\utils\timeutils.py", line 116, in t o_system return localize(dt, self.local) File "c:\Python27\lib\site-packages\celery\utils\timeutils.py", line 297, in l ocalize dt = dt.astimezone(tz) File "c:\Python27\lib\site-packages\dateutil\tzwin.py", line 32, in utcoffset if self._isdst(dt): File "c:\Python27\lib\site-packages\dateutil\tzwin.py", line 67, in _isdst self._dstweeknumber) File "c:\Python27\lib\site-packages\dateutil\tzwin.py", line 166, in picknthwe ekday first = datetime.datetime(year, month, 1, hour, minute) ValueError: month must be in 1..12