Created
May 8, 2015 21:08
-
-
Save marks/ec66e11c5ebf0639b077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ckanapi dump datasets -r http://data.noaa.gov --all -O json.json | |
| Traceback (most recent call last): | |
| File "/usr/local/bin/ckanapi", line 9, in <module> | |
| load_entry_point('ckanapi==3.3', 'console_scripts', 'ckanapi')() | |
| File "/Library/Python/2.7/site-packages/ckanapi/cli/main.py", line 95, in main | |
| return dump_things(ckan, thing[0], arguments) | |
| File "/Library/Python/2.7/site-packages/ckanapi/cli/dump.py", line 33, in dump_things | |
| return dump_things_worker(ckan, thing, arguments) | |
| File "/Library/Python/2.7/site-packages/ckanapi/cli/dump.py", line 135, in dump_things_worker | |
| 'include_datasets': False}) | |
| File "/Library/Python/2.7/site-packages/ckanapi/remoteckan.py", line 82, in call_action | |
| return reverse_apicontroller_action(url, status, response) | |
| File "/Library/Python/2.7/site-packages/ckanapi/common.py", line 103, in reverse_apicontroller_action | |
| raise ValidationError(err) | |
| ckanapi.errors.ValidationError: {u'__type': u'Validation Error', u'name_or_id': u'Missing value'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment