Advanced

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: GetFinds returning NULL for owner

Changed By: Hügh
Change Date: May 29, 2022 09:55PM

Re: GetFinds returning NULL for owner
This causes an error in GentlePurpleRain's "Number of caches with word in the title." (https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=613). On line 146, the script concatenates cache.owner_id to a string. This fails if owner_id is nil.

It looks like GentlePurpleRain hasn't logged in recently. Can this still be fixed.?

Original Message

Author: Hügh
Date: May 29, 2022 09:54PM

Re: GetFinds returning NULL for owner
This causes an error in GentlePurpleRain's "Number of caches with word in the title." (https://project-gc.com/Tools/Challenges?edit&addTag&scriptId=613). On line 146, the script concatenates cache.owner_id to a string. This fails if owner_id is nil.

It looks like GentlePurpleRain hasn't logged in recently. Can this still be fixed.