Closed
Bug 757118
Opened 14 years ago
Closed 13 years ago
Task addons.tasks.version_changed with id ... raised exception
Categories
(Marketplace Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: robhudson, Unassigned)
Details
Output from a recent email:
Task addons.tasks.version_changed with id 89ebb292-39d8-475f-8337-1e28e63312ed raised exception:
"<MaybeEncodingError: Error sending result: '<ExceptionInfo: ObjectDoesNotExist('Addon matching query does not exist.',)>'. Reason: 'Can't pickle <class 'addons.models.DoesNotExist'>: attribute lookup addons.models.DoesNotExist failed'.>"
Task was called with args: (370245L,) kwargs: {}.
The contents of the full traceback was:
Traceback (most recent call last):
File "/data/www/addons-dev.allizom.org/zamboni/vendor/lib/python/celery/concurrency/processes/pool.py", line 215, in worker
put((READY, (job, i, result)))
File "/usr/lib64/python2.6/multiprocessing/queues.py", line 366, in put
return send(obj)
MaybeEncodingError: Error sending result: '<ExceptionInfo: ObjectDoesNotExist('Addon matching query does not exist.',)>'. Reason: 'Can't pickle <class 'addons.models.DoesNotExist'>: attribute lookup addons.models.DoesNotExist failed'.
I can verify this locally. However, when I set up a remote debugging session with celery the query works.
Comment 1•13 years ago
|
||
Is this still a bug?
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•