×

To be able to write in the forum you need to authenticate. Meanwhile it's read-only.

Change History

New api methods will be announced here. Changes in our data that is relevant to checkers scripts/tags will also be announced here.

Message: Re: Attributes

Changed By: magma1447
Change Date: August 26, 2020 09:34AM

Re: Attributes
Vogelbird made me aware of three scripts with broken tags:
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=982
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=1115
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=5032

From what I can see, no changes to the script/code is needed, only the configuration/tag.

For script 5032 I will fix this:
https://project-gc.com/Challenges/GC8MAVB/49501
{ "mode":"column", "types": [ "Traditional Cache", "Multi-cache", "Unknown Cache", "Letterbox Hybrid", "Wherigo Cache", "Earthcache", "Virtual Cache", "Webcam Cache" ], "fp":111, "attr":["Long Hike (+10km)"] }
into
{ "mode":"column", "types": [ "Traditional Cache", "Multi-cache", "Unknown Cache", "Letterbox Hybrid", "Wherigo Cache", "Earthcache", "Virtual Cache", "Webcam Cache" ], "fp":111, "attr":["Long hike (>10 km)"] }


For script 1115 I will fix these:
I WILL EDIT THIS SOON
The other tag seems fine.

For script 1115 I will fix fix:
https://project-gc.com/Challenges/GC8K2AJ/48740
{ "attribute":["Available during winter"], "date":"hidden" }
into
{ "attribute":["Available in winter"], "date":"hidden" }

All other tags seems fine


Script 982 isn't as straight forward, so I won't touch that right now.

I am making this post so that people know what I have touched, in case I break something. Also to keep a record for myself.

Original Message

Author: magma1447
Date: August 26, 2020 09:31AM

Re: Attributes
Vogelbird made me aware of three scripts with broken tags:
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=982
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=1115
https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=5032

From what I can see, no changes to the script/code is needed, only the configuration/tag.

For script 5032 I will fix this:
https://project-gc.com/Challenges/GC8MAVB/49501
{ "mode":"column", "types": [ "Traditional Cache", "Multi-cache", "Unknown Cache", "Letterbox Hybrid", "Wherigo Cache", "Earthcache", "Virtual Cache", "Webcam Cache" ], "fp":111, "attr":["Long Hike (+10km)"] }
into
{ "mode":"column", "types": [ "Traditional Cache", "Multi-cache", "Unknown Cache", "Letterbox Hybrid", "Wherigo Cache", "Earthcache", "Virtual Cache", "Webcam Cache" ], "fp":111, "attr":["Long hike (>10 km)"] }


For script 1115 I will fix these:
I WILL EDIT THIS SOON


Script 982 isn't as straight forward, so I won't touch that right now.

I am making this post so that people know what I have touched, in case I break something. Also to keep a record for myself.