ckanext-qa icon indicating copy to clipboard operation
ckanext-qa copied to clipboard

Some errors

Open anibalpacheco opened this issue 12 years ago • 1 comments

Trying to "paster qa update" a dataset:

ckanext-qa/ckanext/qa/commands.py", line 129, in _package_list (id, url, response.error)) AttributeError: 'Response' object has no attribute 'error'

Suppose you fix this, then you'll get an error trying to get the dataset via API because I think you use a POST to get the dataset, and the API says you get it with an ?id=id-of-the-dataset appended in the URL, I guess only vía GET.

anibalpacheco avatar Oct 30 '13 19:10 anibalpacheco

This should work now. Probaably it was caused by different requests version. Please check and write if you still have the problem after an update to master.

KrzysztofMadejski avatar Mar 21 '17 15:03 KrzysztofMadejski