[Devel] [Kaboom at OH] [celery at linode.openhatch.org] Error: Task mysite.search.tasks.GrabLaunchpadBugs (4f1761f4-f81b-4582-82ca-bf6d5041bfad): 'NoneType' object has no attribute 'lower'
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Sun Jan 3 02:45:16 UTC 2010
Task mysite.search.tasks.GrabLaunchpadBugs with id 4f1761f4-f81b-4582-82ca-bf6d5041bfad raised exception: 'NoneType' object has no attribute 'lower'
Task was called with args:[] kwargs:{}.
The contents of the full traceback was:
Traceback (most recent call last):
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/worker/job.py", line 84, in jail
result = func(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/task/base.py", line 123, in __call__
return self.run(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/mysite/search/tasks/__init__.py", line 20, in run
openhatch_project=openhatch_proj)
File "/home/deploy/milestone-a.buildout/mysite/search/launchpad_crawl.py", line 133, in grab_lp_bugs
query_data, new_data = clean_lp_data_dict(data_dict)
File "/home/deploy/milestone-a.buildout/mysite/search/launchpad_crawl.py", line 90, in clean_lp_data_dict
if new_data['status'].lower() in ('fix released', 'fix committed'):
AttributeError: 'NoneType' object has no attribute 'lower'
--
Just thought I'd let you know!
celeryd at linode.openhatch.org.
More information about the Devel
mailing list