[Devel] [Kaboom at OH] [celery at linode.openhatch.org] Error: Task mysite.search.tasks.GrabGnomeLoveBugs (967ea22f-1c47-48fe-a95d-66101787f5e1): global name 'mysite' is not defined
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Wed Feb 17 17:59:41 UTC 2010
Task mysite.search.tasks.GrabGnomeLoveBugs with id 967ea22f-1c47-48fe-a95d-66101787f5e1 raised exception: global name 'mysite' is not defined
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 37, in run
mysite.customs.bugtrackers.gnome_love.grab()
File "/home/deploy/milestone-a.buildout/mysite/customs/bugtrackers/gnome_love.py", line 67, in grab
BUG_URL_PREFIX)])
File "/home/deploy/milestone-a.buildout/mysite/customs/models.py", line 59, in flatten
return list(chain(*listOfLists))
File "/home/deploy/milestone-a.buildout/mysite/customs/bugtrackers/bugzilla_general.py", line 9, in get_remote_bug_ids_already_stored
for bug in mysite.search.models.Bug.all_bugs.filter(
NameError: global name 'mysite' is not defined
--
Just thought I'd let you know!
celeryd at linode.openhatch.org.
More information about the Devel
mailing list