|
GetOldestCaches issue August 04, 2021 02:00PM |
Registered: 10 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 03:35PM |
Admin Registered: 10 years ago Posts: 894 |
|
Re: GetOldestCaches issue August 05, 2021 03:35PM |
Admin Registered: 10 years ago Posts: 894 |
|
Re: GetOldestCaches issue August 05, 2021 05:07PM |
Registered: 10 years ago Posts: 652 |
|
Re: GetOldestCaches issue August 06, 2021 07:57AM |
Admin Registered: 10 years ago Posts: 894 |
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 10:58AM |
Registered: 10 years ago Posts: 652 |
|
Re: GetOldestCaches issue August 06, 2021 11:13PM |
Registered: 10 years ago Posts: 652 |
|
Re: GetOldestCaches issue August 11, 2021 04:03PM |
Registered: 10 years ago Posts: 652 |