Custom Query (2152 matches)
Results (16 - 18 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' |
|||
#861 | invalid | unicode errors creating rdf output | wwaites | wwaites |
Description | ||||
#2853 | fixed | unclear error message in refreshing harvest source | toby | shevski |
Description |
Tried to refresh the datagm harvest source to get error message: "An error occurred: [There already is an unrun job for this source]" This is unclear and not sure why it created an error. We should have something informative such as "A harvest has already been scheduled for this source" Do we have a date/time for when this has been scheduled that we can display? |
Note: See TracQuery
for help on using queries.