×

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: Broken scripts due to bad filtering

Changed By: sumbloke
Change Date: May 30, 2019 02:13AM

Re: Broken scripts due to bad filtering
I checked mine. Some I had to update (and I accidentally updated a couple of others on my scripts while I was at it, but I verified the updates).

[quote=magma1447]An example is https://project-gc.com/Challenges//22969 . The script supports country, but it's not used. I looked at this particular one because I was author of the script myself, it made me curious.[/quote]
I tried updating it to use country, but verifying it failed on all users...

Edit: I found the bug. Lines 13-15 have:
[quote]if(conf.region ~= nil) then
filter['region'] = conf.[b]country[/b]
end[/quote]

Original Message

Author: sumbloke
Date: May 30, 2019 02:11AM

Re: Broken scripts due to bad filtering
I checked mine. Some I had to update (and I accidentally updated a couple of others on my scripts while I was at it, but I verified the updates).

[quote=magma1447]An example is https://project-gc.com/Challenges//22969 . The script supports country, but it's not used. I looked at this particular one because I was author of the script myself, it made me curious.[/quote]
I tried updating it to use country, but verifying it failed on all users...