+RCH65 Posted April 9 Share Posted April 9 (edited) On 4/8/2024 at 8:13 PM, worrellsquirrel said: We apologize for any frustration related to this drafts bug. As our engineering team continues to troubleshoot, we would greatly appreciate: Screenshot(s) of the issue Detailed steps to reproduce the issue Okay... here we go! PS: Logging on STAGING was throwing an error. This is why is I reproduced the issue on LIVE with an archived cache of an inactive owner STEP 1 - There are no drafts STEP 2 - Upload drafts Let's assume that I have a brand new (Garmin) GPSr and I have found one single cache. The geocache_visits.txt file looks like this: GC3GKH8,2024-04-03T11:43Z,Found it,"Draft 1" STEP 3 - Log the cache -> Result: Cache has a smiley on all maps/lists and the draft entry is gone -> No problems so far 👍 STEP 4 - One day later - we found another cache Now, the geocache_visits.txt file looks like this: GC3GKH8,2024-04-03T11:43Z,Found it,"Draft 1" GC3GFWJ,2024-04-04T10:24Z,Found it,"Draft 2" -> Yes, the (Garmin) TXT file contains *all* found caches (up to 1000) PROBLEM 1: After uploading the TXT file, the Drafts section unfortunately contains both (all) caches. This is a real pain because the list is getting longer and longer every day. Until June 2023, the upload process ignored already uploaded drafts. STEP 5 - Deleting the duplicates All I can do now is to delete the duplicate entries one by one and then log the remaining (new) ones. This leads to PROBLEM 2: After deleting the duplicate draft, the smiley is replaced by an exclamation mark (forever): Hope this helps... Edited April 9 by RCH65 3 Quote Link to comment
+van der Decken Posted April 9 Share Posted April 9 3 hours ago, RCH65 said: This leads to PROBLEM 2: After deleting the duplicate draft, the smiley is replaced by an exclamation mark (forever): I've found that if you edit the original log on the cache showing the exclamation mark (even if you do nothing to thg log other than open it for editing and saving it), the extraneous exclamation mark goes away. 1 Quote Link to comment
+Rustynails Posted April 10 Share Posted April 10 Before uploading, there once was a date displayed of the last uploaded date explaining and only new logs would be added. 2 Quote Link to comment
+RCH65 Posted April 10 Share Posted April 10 13 hours ago, Rustynails said: Before uploading, there once was a date displayed of the last uploaded date explaining and only new logs would be added. Oh, yes! That's what it once looked like (taken from a bug report in 2019): -> These date/time values were automatically set after uploading a geocaching_visis.txt file - based on the most recent (last) timestamp in the file. 2 1 Quote Link to comment
+careygang Posted June 11 Share Posted June 11 So this issue is still with us. I'm having this occur with my Garmin Dakota20, I've used it for years without problem, but strangely I only noticed this failure to ignore past Draft upload in the last few months. I concur with the comments above about the Ignore Logs Before... message that was always there: It worked fine until someone broke it. Why is it so difficult to fix??? 1 Quote Link to comment
+RCH65 Posted June 13 Share Posted June 13 (edited) On 1/27/2024 at 11:34 PM, Keystone said: I'm repeating one of the two updates from Geocaching HQ in response to the false claim that there are no updates. ELEVEN MONTHS... ...and no updates since April! It's obvious you can't speak frankly - otherwise you would have sent us updates, no doubt. We all see that a lot of other things are *much* more important... like "Sending postcards from adventures" or the "GeoGuessr Challenge"... and whatever else the marketing department comes up with. I *really love* geocaching since 2007... but currently this company behaves like an arrogant monopolist. Edited June 13 by RCH65 4 Quote Link to comment
+HHL Posted June 14 Share Posted June 14 Quote Am einfachsten ist es, die Datei geocache_visits.txt nach jedem Upload zu Groundspeak zu löschen. Das Garmingerät legt automatisch eine neue Datei an, die dann auch nur die letzten Funde, Nicht-Funde enthält. Nach dem erneuten Hochladen wird die Datei auf dem Garmin dann wieder gelöscht. (GSAK macht das übrigens automatisch ) Quote Link to comment
+Rustynails Posted June 29 Share Posted June 29 Thank You HQ for your procrastination of this issue. I just lost my drafts when trying to filter ones already logged. How much longer before you fix what once worked? Many have been waiting a long time. Oh, and I rarely use those silly post cards. Quote Link to comment
+Rustynails Posted July 22 Share Posted July 22 On 7/19/2024 at 11:28 AM, RCH65 said: 😞 One year and counting. 😞 Quote Link to comment
+carianne.vh Posted August 8 Share Posted August 8 Since this forum does not allow the attachement of .txt files here are two links: https://www.dropbox.com/scl/fi/v7m4d6r0p7ma4z5jid3wd/geocache_visits-A.txt?rlkey=bm81hb70qvb04ykdygpu8vo9l&dl=0 https://www.dropbox.com/scl/fi/rkly0vkj4w5if4l7f3su0/geocache_visits-B.txt?rlkey=a4zl5raronlh1fkpd3zimc4jz&dl=0 Quote Link to comment
+The A-Team Posted August 13 Share Posted August 13 It's interesting that this still hasn't been fixed. The issue is actually fairly simple: the site used to make a note of a timestamp (of the most recently-uploaded draft) so any drafts older than that would be ignored, and no longer does that. The code to either record that timestamp, or to retrieve that timestamp so older drafts can be discarded, can't be that complicated. It's just a database transaction for a single value. The issue is also very simple to reproduce, as shown earlier in this topic. Since this issue affects a large number of Garmin-using members, it would be a quick-win to finally get this sorted out and make a bunch of members happy. 6 1 1 Quote Link to comment
+RCH65 Posted September 11 Share Posted September 11 (edited) You never gonna fix this. Correct? I'll pay the double annual fee if you ... do some *minimal* work on GPX enhancements, so *I* can do whatever you can't do / won't do (without sending everything to project-gc) ... stop placing this redicolous ads on the web page for paid members ... fix THIS! No time? No money? You should probably stop putting all the available money into the LAB channel, which makes the whole game more and more trivial. Edited September 11 by RCH65 2 1 1 3 Quote Link to comment
+Rustynails Posted September 22 Share Posted September 22 On 8/12/2024 at 10:50 PM, The A-Team said: It's interesting that this still hasn't been fixed. The issue is actually fairly simple: the site used to make a note of a timestamp (of the most recently-uploaded draft) so any drafts older than that would be ignored, and no longer does that. The code to either record that timestamp, or to retrieve that timestamp so older drafts can be discarded, can't be that complicated. It's just a database transaction for a single value. The issue is also very simple to reproduce, as shown earlier in this topic. Since this issue affects a large number of Garmin-using members, it would be a quick-win to finally get this sorted out and make a bunch of members happy. Not just interesting but very frustrating. Does anyone at HQ care about this issue? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.