Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2152)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#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'
#861 invalid unicode errors creating rdf output wwaites wwaites

Reported by wwaites, 3 years ago.

Description

http://bitbucket.org/ww/ckanrdf/changeset/63b60d3a253d

#2853 fixed unclear error message in refreshing harvest source toby shevski

Reported by shevski, 21 months ago.

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?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.