Custom Query (2152 matches)
Results (2137 - 2139 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1176 | fixed | unicode_body exception | thejimmyg | dread |
Description |
We seem to occasionally get this exception on ckan.net. User agents causing this include:
Module ckan.controllers.error:32 in document << return original_response.body # Otherwise, decorate original response with error template. c.content = literal(original_response.unicode_body) or cgi.escape(request.GET.get('message', '')) c.prefix=request.environ.get('SCRIPT_NAME', ''), c.code=cgi.escape(request.GET.get('code', str(original_response.status_int))), >> c.content = literal(original_response.unicode_body) or cgi.escape(request.GET.get('message', '')) AttributeError: 'NoneType' object has no attribute 'unicode_body' |
|||
#2655 | fixed | updating datasets loses data | toby | shevski |
Description |
Editing and saving a resource wipes the data from the dataset. Happened with http://demo.ckan.org/dataset/my-tes I clicked on edit, changed a tag, clicked update and the data was gone! |
|||
#2687 | fixed | uploading file breaks add dataset process | aron.carroll | shevski |
Description |
Once you upload a file, all the buttons on the page stop working. You can't complete & go to next step or save & add another or go to previous Clicking on these just seems to re-load the page |
Note: See TracQuery
for help on using queries.