Closed
Bug 963369
Opened 11 years ago
Closed 11 years ago
[traceback] KeyError Value: 'tidings.tasks.claim_watches'
Categories
(support.mozilla.org :: General, defect, P2)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q1
People
(Reporter: willkg, Unassigned)
References
Details
(Whiteboard: u=dev c=general p= s=2013.backlog)
Saw a bunch of these today all after the django 1.5 upgrade:
https://errormill.mozilla.org/support/support/group/164541/
There are several variations:
"""
Received unregistered task of type 'kitsune.customercare.tasks.maybe_award_badge'.
The message has been ignored and discarded.
Did you remember to import the module containing this task?
Or maybe you are using relative imports?
Please see http://bit.ly/gLye1c for more information.
The full contents of the message body was:
{'retries': 0, 'task': 'kitsune.customercare.tasks.maybe_award_badge', 'utc': False, 'args': ({'title': '{year} Army of Awesome Badge', 'description': 'This badge is awarded to contributors with 50 Army of Awesome tweets during {year}.', 'slug': '{year}-army-of-awesome-badge'}, 2014, <User: jokerstudios>), 'expires': None, 'eta': None, 'kwargs': {}, 'id': '41e08116-6628-49ce-88f2-ad3d6624870f'}
"""
"""
Received unregistered task of type 'tidings.tasks.claim_watches'.
The message has been ignored and discarded.
Did you remember to import the module containing this task?
Or maybe you are using relative imports?
Please see http://bit.ly/gLye1c for more information.
The full contents of the message body was:
{'retries': 0, 'task': 'tidings.tasks.claim_watches', 'utc': False, 'args': (<User: judialuv>,), 'expires': None, 'eta': None, 'kwargs': {}, 'id': '79e7f702-07f1-4d7b-b77b-f6ea2b4370a5'}
Stacktrace (most recent call last):
File "celery/worker/consumer.py", line 442, in receive_message
self.strategies[name](message, body, message.ack_log_error)
"""
It's probably related to the django 1.5 upgrade. There are 97 instances as of writing this bug report.
Updated•11 years ago
|
Priority: -- → P2
Whiteboard: u=dev c=general p= s=2014.2
Target Milestone: --- → 2014Q1
Comment 1•11 years ago
|
||
To the backlog. This isn't really an issue while bug 963088 remains unfixed.
Whiteboard: u=dev c=general p= s=2014.2 → u=dev c=general p= s=2013.backlog
Comment 2•11 years ago
|
||
This is no longer an issue.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•