-
Notifications
You must be signed in to change notification settings - Fork 38
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
Code 500 when saving changeset #490
Comments
You got a conflict. There is no implemented way to deal with it in Osmose.
Osmose should report about the conflict rather than generic error. Also see #380 |
Confirming the diagnosis: I am able to save changesets when making small changesets (reducing chances of a conflict). |
what can be done once this happens? Does it result in loss of all edits made since last save? Can you save part of changes? |
Yes.
Yes. It can be done. |
how can I save only part of edits that were made? |
By excluding conflicted objects, and resend. |
Where I can do this? |
https://github.com/osm-fr/osmose-frontend/blob/master/web_api/editor.py#L146 |
I meant as user in the current deployed version |
https://wiki.openstreetmap.org/wiki/Osmose#Osmose_integrated_tags_editor |
how can you remove changes already applied that make impossible to save edit? |
Starting yesterday, when I save, I get a message:
If I retry (Cancel, Save), I get the same message.
The changeset is probably not saved.
The text was updated successfully, but these errors were encountered: