GetOldestCaches issue August 04, 2021 04:00PM |
Registered: 8 years ago Posts: 652 |
Error 8, lua_callbacks.php:1525 Undefined variable: minHiddenDate
testfilter={} testfilter.country="United States" testfilter.excludeArchived=true mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})The non working code uses:
testfilter={} testfilter.country="United States" testfilter.excludeArchived=true testfilter.minHiddenDate="1970-01-01" mycs=PGC.GetOldestCaches({filter=testfilter,limit=1})
Re: GetOldestCaches issue August 05, 2021 05:35PM |
Admin Registered: 8 years ago Posts: 813 |
Re: GetOldestCaches issue August 05, 2021 05:35PM |
Admin Registered: 8 years ago Posts: 813 |
Re: GetOldestCaches issue August 05, 2021 07:07PM |
Registered: 8 years ago Posts: 652 |
Re: GetOldestCaches issue August 06, 2021 09:57AM |
Admin Registered: 8 years ago Posts: 813 |
Quote
I started going down this road as an alternative to using GetNumCachesInArea to create a jasmer checker that will automatically notice missing months. Like GetNumCachesInArea the country required limitation will prevent a worldwide version. It still would be nice to specify for a single region so we do not need to manually update checkers as caches get archived.
Re: GetOldestCaches issue August 06, 2021 12:58PM |
Registered: 8 years ago Posts: 652 |
Re: GetOldestCaches issue August 07, 2021 01:13AM |
Registered: 8 years ago Posts: 652 |
Re: GetOldestCaches issue August 11, 2021 06:03PM |
Registered: 8 years ago Posts: 652 |