Closed
Bug 1382503
Opened 8 years ago
Closed 8 years ago
[traceback] KeyError: 'BuildID'
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
From: https://sentry.prod.mozaws.net/operations/socorro-prod/issues/604444/
"""
KeyError: 'BuildID'
File "socorro/lib/transform_rules.py", line 113, in predicate
return self._predicate(*args, **kwargs)
File "socorro/processor/mozilla_transform_rules.py", line 913, in _predicate
raw_crash['BuildID'] == '20150427090529' and \
"""
This isn't handling the lack of "BuildID" key well. There are a mere 555 in the last 3 months, so it's not a big deal, but it's probably worth fixing.
| Assignee | ||
Comment 1•8 years ago
|
||
Grabbing this to do.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•8 years ago
|
||
Oops--this got fixed when I fixed the ProductName issue in bug #1382505.
Closing this as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•