Closed
Bug 672952
Opened 15 years ago
Closed 15 years ago
Get email addresses and crash stacks for [@ nsStandardURL::SchemeIs(char const*, int*)]
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cww, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
741 bytes,
text/plain
|
Details |
I'm sending emails to crashing users with [@ nsStandardURL::SchemeIs(char const*, int*)] signature --- I have a list of crash IDs but there doesn't seem to be a good automated way to get the email addresses out. There are over 250 reports here and I'd rather not manually go through them all.
I'd like a CSV of email, first module without a "source" in the stack and crashID. Preferably with duplicate emails removed (although I can do that part myself.)
Comment 1•15 years ago
|
||
Here is a little stopgap script which grabs the raw report via HTTPS+authentication for each OOID in STDIN, and returns just the email address.
I'd like to solve this in a simpler/more supportable way, ideally by making the postcrash email system usable for your use case, but this should serve as an example of how to extract this kind of info without having to block on us to run queries against the data storage etc.
This will only work with a Socorro admin account of course.
However, maybe there is some value in providing a tool like this for extracting data from socorro via the web interface? If we keep it, some ideas for improvement:
* add help output if nothing in stdin
* allow username/password via args, env variables, prompted stdin
* allow JSON field (in this case "Email") to be specified by arg
Updated•15 years ago
|
Attachment #547291 -
Attachment is patch: false
Comment 2•15 years ago
|
||
Updated•15 years ago
|
Attachment #547291 -
Attachment is obsolete: true
Updated•15 years ago
|
Attachment #547292 -
Attachment mime type: text/x-python-script → text/plain
WFM... this plus a script that takes available dump data and scrapes it to figure out what the malware DLL is... instant win!
Thanks!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•