ckan / ckanext-qa

CKAN QA Extension
MIT License
26 stars 52 forks source link

Some errors #5

Open anibalpacheco opened 10 years ago

anibalpacheco commented 10 years ago

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.

KrzysztofMadejski commented 7 years ago

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.