Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in CKAN harvester #98

Closed
amercader opened this issue Oct 9, 2018 · 0 comments
Closed

Exception in CKAN harvester #98

amercader opened this issue Oct 9, 2018 · 0 comments
Labels
bug Something isn't working WP3 (Data Collection)
Milestone

Comments

@amercader
Copy link
Member

ckan-dev_1    | Traceback (most recent call last):
ckan-dev_1    |   File "/srv/app/src_extensions/ckanext-harvest/ckanext/harvest/harvesters/base.py", line 369, in _create_or_update_package
ckan-dev_1    |     else 'package_create_rest')(context, package_dict)
ckan-dev_1    |   File "/srv/app/src/ckan/ckan/logic/__init__.py", line 464, in wrapped
ckan-dev_1    |     result = _action(context, data_dict, **kw)
ckan-dev_1    |   File "/srv/app/src/ckan/ckan/logic/action/create.py", line 177, in package_create
ckan-dev_1    |     raise ValidationError(errors)
ckan-dev_1    | ValidationError: {'extras': [{}, {}, {}, {}, {'key': ['There is a schema field with the same name']}, {}, {'key': ['There is a schema field with the same name']}, {'key': ['There is a schema field with the same name']}]}

@brew fixed a similar issue in the ESRI harvester so it probably makes sense to apply the same logic to all harvested datasets

@amercader amercader added this to the δ milestone Oct 9, 2018
@amercader amercader added WP3 (Data Collection) bug Something isn't working labels Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WP3 (Data Collection)
Projects
None yet
Development

No branches or pull requests

1 participant