Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (421 - 423 of 2152)

Ticket Resolution Summary Owner Reporter
#1263 fixed Bad name for logic action in API causes Exception dread dread

Reported by dread, 3 years ago.

Description

A bad action name: e.g. curl http://test.ckan.net/api/action/user_showaa -d '{}' causes 500 response.

Occurs only on 1.4.3 beta.

#1265 fixed user/edit error conditions cause exceptions dread dread

Reported by dread, 3 years ago.

Description

We get exceptions on these occasions:

  • user/edit if not logged in
  • user/edit/bob if bob is not a known user

These are a problem only on 1.4.3b.

Introduced in #1229 - merge of branch feature-1229-db-out-of-controllers

#1266 fixed Timestamps without microseconds causing exception dread dread

Reported by dread, 3 years ago.

Description

I'm not sure why some timestamps are missing microseconds in the ckan.net data, but plenty seem to. This causes this exception when viewing the package rss feed:

URL: http://ckan.net/package/history/sfk_publishing?format=atom&days=7
In Module ckan.lib.helpers:227 in date_str_to_datetime
WebApp Error: <type 'exceptions.ValueError'>: time data '2008-04-13T20:40:20' does not match format '%Y-%m-%dT%H:%M:%S.%f'

Only seen with ckan 1.4.3b

Note: See TracQuery for help on using queries.