steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Could not map GCXYZ to GUID #373

Open PascalTurbo opened 4 months ago

PascalTurbo commented 4 months ago

Hi,

I've just run a query but geotoad only delivers "Could not map" errors. I've used the latests main branch. I don't know, what information you need for debugging. I've added the query and a part of the results output. I've also deleted the cache folder once.

( - ) geotoad.rb --delimiter='|' --difficultyMax=4.5 --distanceMax=2 --format=gpx --output='/Users/christianbecker/Desktop/' --queryType=location --terrainMax=4.5 --userExclude='PascalTurbo|wuesten_renner' 'Wörthsee'

( o ) Pre-fetch  filter  complete,   33 caches left.
( o ) Fetching geocache pages
 ***  Could not map GC8K63E to GUID
[   ] ( 1/33) [GC8K63E] "Ein Geschenk" () [!](del)
 ***  Could not map GC2ABY2 to GUID
[.  ] ( 2/33) [GC2ABY2] "In 80 Tagen... Tag 56" () [!](del)
 ***  Could not map GC70BQ3 to GUID
[-  ] ( 3/33) [GC70BQ3] "Der Legomann und die gefurzte Schneeflocke" () [!](del)
 ***  Could not map GC70BQG to GUID
[-  ] ( 4/33) [GC70BQG] "Gipfelhalbe mit Aussicht" () [!](del)
 ***  Could not map GC9NQ6A to GUID
[+  ] ( 5/33) [GC9NQ6A] "Steinmanderl" () [!](del)
 ***  Could not map GC6Z27Y to GUID
[x  ] ( 6/33) [GC6Z27Y] "Da geht's zua wie am Stachus" () [!](del)
 ***  Could not map GC4FHPF to GUID
[*  ] ( 7/33) [GC4FHPF] "S-Bahnen im Westen - S 8 Steinebach" () [!](del)
 ***  Could not map GC8YCXR to GUID
[*  ] ( 8/33) [GC8YCXR] "Bonus zum Lab-Cache "Steinebach am Wörthsee"" () [!](del)
 ***  Could not map GC766A1 to GUID
[=  ] ( 9/33) [GC766A1] "Die wirren Notizen des McCain" () [!](del)```
steve8x8 commented 3 months ago

Thanks for reporting - indeed a work-in-progress change didn't fully make it to the GitHub repo. Commit 0c71f26 (pushed a couple of minutes ago) fixes the side-effects. I apologize for missing some of the consequences of this particular change ... and for using a slightly different code base for my own queries.