osm-revert icon indicating copy to clipboard operation
osm-revert copied to clipboard

"The Overpass data is outdated, please try again shortly" even though the last time the ways in these commits were touched was 4 months ago

Open Udarthegreat opened this issue 8 months ago • 1 comments

some background

A few months back I made commit 148356016 which I had to promptly undo due to copying one of the change set id's incorrectly (I didn't copy the last number by accident). After that I tried with the correct id's and it failed to upload for the same reason so I gave it 2 hours and tried again, then I tried again in a day and several times since and it has failed with the same reason every time since. I tried again today and the following was returned in the "REVERT LOG"

🔒️ Logging in to OpenStreetMap
👤 Welcome, Udarian!
☁️ Downloading changeset 146783846
[1/?] OpenStreetMap …
[1/2] OpenStreetMap: 369 elements
[2/2] Overpass (1 partition) …
[2/2] Partition #1: OK
[2/2] Overpass: 369 elements
☁️ Downloading changeset 148177328
[1/?] OpenStreetMap …
[1/2] OpenStreetMap: 1209 elements
[2/2] Overpass (1 partition) …
[2/2] Partition #1: OK
[2/2] Overpass: 1209 elements
🔁 Generating a revert
🛠️ Performing advanced revert on way/11117346
🛠️ Performing advanced revert on way/11117357
🛠️ Performing advanced revert on way/11127386
🛠️ Performing advanced revert on way/11127390
🛠️ Performing advanced revert on way/11129302
🛠️ Performing advanced revert on way/11129304
🛠️ Performing advanced revert on way/11138248
🛠️ Performing advanced revert on way/11139624
🛠️ Performing advanced revert on way/11150513
🛠️ Performing advanced revert on way/11154437
🛠️ Performing advanced revert on way/11154442
🛠️ Performing advanced revert on way/11161905
🛠️ Performing advanced revert on way/11161908
🛠️ Performing advanced revert on way/136326443
🛠️ Performing advanced revert on way/365759140
🛠️ Performing advanced revert on way/365759142
🛠️ Performing advanced revert on way/365759144
🛠️ Performing advanced revert on way/365759234
🛠️ Performing advanced revert on way/365759235
🛠️ Performing advanced revert on way/365759236
🛠️ Performing advanced revert on way/365759237
🛠️ Performing advanced revert on way/373326804
🛠️ Performing advanced revert on way/908533481
🛠️ Performing advanced revert on way/1034625568
🛠️ Performing advanced revert on way/1169198509
🌍️ Uploading 1578 changes
🆚 Failed to upload the changes (409)
🆚 Version mismatch: Provided 3, server had: 5 of Node 3809873262
🆚 The Overpass data is outdated, please try again shortly
🏁 Total time: 3.8 sec
Exit code: 255

After removing two of the commit from the list of commit's it was able to revert some of them but these two have failed in this same way since both when reverted alone and together.

extra information

due to the time difference between the commits I doubt that Overpass's data is outdated, but just to be sure I ran the overpass turbo query below on this map view on the map and got a the multipolygon's shape as it is right now from commit 152969094

[out:json][timeout:25];
nwr["water"="canal"]["ref"="C-3"]({{bbox}});
out geom;

The initial commit that failed is commit 148356526. The commit that failed were 146783846 and 148177328.

I honestly have no clue what's going on and don't know of any other channels to ask about this through so I have placed it here. If any other information is needed I can try to provide it if I can, I just can't think of anything else that may be useful right now.

Udarthegreat avatar Jun 20 '24 23:06 Udarthegreat