Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (571 - 573 of 2152)

Ticket Resolution Summary Owner Reporter
#1117 invalid Depend deb package "ckan" against ubuntu package "python-pastescript" thejimmyg nils.toedtmann

Reported by nils.toedtmann, 3 years ago.

Description

... otherwise the scripts fails.

#1124 fixed push apt package python-ckanext-solr into our debian repository thejimmyg nils.toedtmann

Reported by nils.toedtmann, 3 years ago.

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

Reported by dread, 3 years ago.

Description

We seem to occasionally get this exception on ckan.net.

User agents causing this include:

  • Alexa ia_archiver (3/6/11)
  • Maxthon browser (17/5/11)
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.