Custom Query (2152 matches)
Results (571 - 573 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1117 | invalid | Depend deb package "ckan" against ubuntu package "python-pastescript" | thejimmyg | nils.toedtmann |
Description |
... otherwise the scripts fails. |
|||
#1124 | fixed | push apt package python-ckanext-solr into our debian repository | thejimmyg | nils.toedtmann |
Description |
python-ckanext-solr is already available in http://apt-alpha.ckan.org/datanl-dev, but not yet in http://apt-alpha.ckan.org/debian (that is why we had to [pip-install it for DataGM). Please push into main repo. |
|||
#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.