error loading the most common problems table

Bug #1086730 reported by Brian Murray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Errors
New
High
Unassigned

Bug Description

When filtering on 13.04 on errors.ubuntu.com an error occurs loading the most common problems table. Checking this via the api, https://errors.ubuntu.com/api/1.0/most-common-problems/?limit=0&release=Ubuntu%2013.04&format=json, produces the follwoing error:

{
  "error_message": "Sorry, this request could not be processed. Please try again later."
}

Testing the javascript that runs the API query (https://errors.ubuntu.com/api/1.0/most-common-problems/?limit=100&release=Ubuntu%2012.10&period=day&callback=YUI.Env.DataSource.callbacks.yui_3_5_0_3_1354703350440_3040) reveals a similar error:

YUI.Env.DataSource.callbacks.yui_3_5_0_3_1354703350440_3040({
  "error_message": "Sorry, this request could not be processed. Please try again later."
})

Unfortunately the oops-local files for this have no data and testing it in the development cloud does not produce the same error perhaps due to a lack of data.

Revision history for this message
Brian Murray (brian-murray) wrote :

https://errors.ubuntu.com/oops-local/2012-12-05/38488.errors.ubuntu.com1

It'd be helpful if these were more informative.

Changed in errors:
importance: Undecided → High
Revision history for this message
Evan (ev) wrote :

Annoying, tastypie doesn't provide a way to send along the uncaught exception when DEBUG is set to False in settings.py.

Perhaps we should patch tastypie?

Revision history for this message
Brian Murray (brian-murray) wrote :

That sounds like a fine idea to me.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.