-
Notifications
You must be signed in to change notification settings - Fork 1
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
pycsw_dist update is failing #236
Comments
It could be that something fails in the csw_dist. Would it not be a much better approach to actually use the The |
I have thought a bit about this, and I am pretty sure that the pycsw update method only takes in the changes, not the entire xml file when making updates. This is a bit challenging to encode, so the easiest solution is probably to just delete and reinsert the dataset. Note that with #239, we should force the deletion to avoid just changing the MMD file. |
Ok. That probably makes sense, also when I look at the |
The recurring issue with pycsw returning
Record serialization failed: Start tag expected, \'<\' not found, line 1, column 1 (<string>, line 1)
is caused by the update command in dmci.We need to check the update functionality and see if we can change something in DMCI or if it is really a problem in pycsw.
The text was updated successfully, but these errors were encountered: