Closed
Bug 704149
Opened 14 years ago
Closed 12 years ago
Feed never return any results
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: espressive, Assigned: espressive)
References
Details
If I search for all crashes for Firefox version 8 for a period of 2 days on production I get 22,456 results. Now if I access the feed:
https://crash-stats.mozilla.com/feed/crashes_by_product/Firefox/Firefox:Firefox%3A8.0
The feed is empty.
As you can see the feed URL ends with /Firefox/Firefox:Firefox%3A8.0 the second mapping to version. The reason why I did it like this is because the feed controller does the following:
$params['product'] = array($product);
$params['version'] = array($product . ':' . $version);
That suggests that it will match the URL format above(I tried both ways though). I set the search for 2 days because the feed controller does:
$params['range_value'] = '2';
It does not set a range_unit so I chose days, suppose it could be hours as well (for this I got 2,785 Results on search). Basically, through all this I was unable to generate a feed that contained actual data
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sneethling
Comment 1•12 years ago
|
||
Is this still broken in Django?
| Assignee | ||
Comment 2•12 years ago
|
||
The only place on the django site I can still find RSS feeds is on https://crash-stats-django.allizom.org/builds/products/Firefox and there it works perfectly fine.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•