Custom Query (2152 matches)
Results (499 - 501 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1169 | fixed | Link to csv/json dumps on ckan.net | dread | dread |
#1170 | fixed | Production deployment docs out of date | dread | dread |
Description |
Need to cover pip-requirements.txt on different branches in the doc/deployment.rst. Also could do with tidying up upgrade.txt into this document too. |
|||
#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' |
Note: See TracQuery
for help on using queries.