This site is an archive; learn more about 8 years of OpenHatch.

[Devel] [Kaboom at OH] [celery at linode.openhatch.org] Error: Task mysite.search.tasks.GrabLaunchpadBugs (2d19c9b2-b5d7-46e4-a114-07755dfa9dce): 'NoneType' object has no attribute 'lower'

mr_website at linode.openhatch.org mr_website at linode.openhatch.org
Sat Jan 2 02:45:13 UTC 2010


Task mysite.search.tasks.GrabLaunchpadBugs with id 2d19c9b2-b5d7-46e4-a114-07755dfa9dce 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