I created two skins, then combined them into one. They are basically doing the same thing, just monitoring different sites.
Ok, so I've been over the code many times, but cannot for the life of me see what's wrong. The first 14 items in a list of 20 are working fine. The second skin only had 3 items so I moved them to the first skin. But I moved them to item 18, 19, 20.
The Log isn't recognising that there is even any URL's for those last 3 items, so I'm wondering, is there some kind of limit on WebParser? I couldn't see anything in the manual, apart from 99 x StringIndex.
Btw, Can I set StringIndex like MeasureName , MeasureName2 , etc...?
Like this for example:Anyway, back to my problem, here's the code, though it's been separated and everything common is contained in an @include=Common.incI just don't see what's wrong?!
Ok, so I've been over the code many times, but cannot for the life of me see what's wrong. The first 14 items in a list of 20 are working fine. The second skin only had 3 items so I moved them to the first skin. But I moved them to item 18, 19, 20.
The Log isn't recognising that there is even any URL's for those last 3 items, so I'm wondering, is there some kind of limit on WebParser? I couldn't see anything in the manual, apart from 99 x StringIndex.
Btw, Can I set StringIndex like MeasureName , MeasureName2 , etc...?
Like this for example:
Code:
[MeasureChild1]Measure=WebParserURL=[MeasureParent1]StringIndex=1StringIndex=2StringIndex=3etc...
Code:
[Variables]App18=MC-707App18Debug=2App18Current=XApp18RegEx=MC-707 System Program \(Ver.(.*)\)</h3>.*<li data-path="(.*)">App18Site=https://www.roland.com/uk/support/by_product/mc-707/updates_drivers/3dd281c1-aad9-4c23-820e-c06c62b385f2/App18Download=[mApp18Download][mApp18Site]Measure=WebParserURL=#App18Site#RegExp=(?siU)#App18RegEx#UpdateRate=3600DynamicVariables=1FinishAction=[!EnableMeasureGroup mApp18][!Delay 200][!Update][!DisableMeasureGroup mApp18]Debug=#App18Debug#IfMatch=[mApp18Current:EscapeRegExp]IfMatchAction=[!SetOption App18Latest Fill1 "FillColor #Green#"]IfNotMatchAction=[!SetOption App18Latest Fill1 "FillColor #Red#"]IfMatch2=^$IfMatchAction2=[!HideMeterGroup App18]IfNotMatchAction2=[!ShowMeterGroup App18][mApp18Current]Measure=StringString=#App18Current#DynamicVariables=1Disabled=1Group=mApp18[mApp18Download]Measure=WebParserURL=[mApp18Site]StringIndex=2DynamicVariables=1Disabled=1Group=mApp18[mApp18Latest]Measure=WebParserURL=[mApp18Site]StringIndex=1DynamicVariables=1Disabled=1Group=mApp18[App18Download]Meter=StringMeterStyle=sGlobalText | sDownload | sHighlightGroup=App18[App18Latest]Meter=ShapeMeterStyle=sLatestGroup=App18[App18]Meter=StringMeterStyle=sGlobalText | sAppGroup=#CURRENTSECTION#
Statistics: Posted by sl23 — Yesterday, 5:56 pm — Replies 20 — Views 197