ckanext-qa
ckanext-qa copied to clipboard
Some errors
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.
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.