Closed
Bug 780001
Opened 13 years ago
Closed 13 years ago
[traceback] stats.tasks.index_update_counts AttributeError: 'int' object has no attribute 'lower'
Categories
(Marketplace Graveyard :: Statistics, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-08-09
People
(Reporter: cvan, Unassigned)
References
()
Details
3,600 tracebacks!
http://sentry.dmz.phx1.mozilla.com/addons-dev/group/1013/
AttributeError: 'int' object has no attribute 'lower'
Stacktrace (most recent call last):
File "celery/execute/trace.py", line 153, in trace_task
R = retval = task(*args, **kwargs)
File "nuggets/celeryutils.py", line 35, in wrapped
return fun(*args, **kw)
File "stats/tasks.py", line 201, in index_update_counts
index_update_counts.retry(args=[ids], exc=exc)
File "celery/app/task/__init__.py", line 556, in retry
maybe_reraise()
File "stats/tasks.py", line 197, in index_update_counts
UpdateCount.index(search.extract_update_count(update),
File "stats/search.py", line 48, in extract_update_count
if key.lower() in amo.PLATFORM_DICT:
Reporter | ||
Updated•13 years ago
|
Assignee: ngoke → nobody
Product: addons.mozilla.org → Marketplace
Version: unspecified → 1.0
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•