It is currently May 7th, 2024, 11:11 pm

Bug? List Meters Not Updating

Report bugs with the Rainmeter application and suggest features.
MarwanBaki
Posts: 25
Joined: October 20th, 2010, 6:22 pm

Bug? List Meters Not Updating

Post by MarwanBaki »

Hey all.

I was working on this skin that i was finally able to get working thanks to poiru. So everything is fine and dandy except one small issue. When i asked poiru about it in that post, he told me that i need to download the latest beta and everything should be fixed. Unfortunately, i did, and no dice. So im posting here hoping someone can confirm if this is a known bug.

I have a list of lets just say people who are "Online" and theres the issue i face.

"Online:

1. Marwan Z-P-T
2. John Z
3. Max T-P
4. December P
5. Edd T

Then lets say December leaves,after that Max leaves,,After that John


My list then looks like

Online:

1. Marwan Z-P-T
2. Edd T
3. Edd T
4. Edd T
5. Edd T

When i debug it. I see "Object" 5 still being fed Edd T.

Not sure why that is happening. Heres a snippet of the code to see if anyone has got any ideas or whats causing this.

Code: Select all

;==========================================================;
;[TeamLiquid Events]=======================================;
;==========================================================;

[Rainmeter]
Author=Marwan Baki
MiddleMouseDownAction=!Execute [http://www.teamliquid.net/video/streams/]


[Metadata]
Name=Live Streams
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=


;End of added Metadata

[Variables]
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc
STREAM=(?(?=.*<a .*</tr>).*<a (.*)</tr>)
TLIcon=#SKINSPATH#Teamliquid\Teamliquidtransparent2.png

URL=http://www.teamliquid.net/video/streams/

[Base]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=#URL#
UpdateRate=100
RegExp="(?siU)<h1>Featured Streams</h1>(.*)<h1>Live Streams</h1>"


[FeaturedStreams]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Base]
UpdateRate=100
debug=1
RegExp="(?siU)#STREAM##STREAM##STREAM##STREAM##STREAM##STREAM##STREAM##STREAM#"

[Stream1]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=1
StringIndex2=1


[Stream1Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=1
debug=1

[Stream1Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=2
debug=1


[Stream1Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=3
debug=1

[Stream1Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=4
debug=1

[Stream1Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=5
debug=1

[Stream1Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream1]
StringIndex=6
debug=1

;------------------
;------------------

[Stream2]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=2
StringIndex2=1

[Stream2Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=1
debug=1

[Stream2Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=2
debug=1

[Stream2Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=3
debug=1

[Stream2Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=4
debug=1

[Stream2Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=5
debug=1

[Stream2Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream2]
StringIndex=6
debug=1

;------------------
;------------------

[Stream3]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=3
StringIndex2=1


[Stream3Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=1
debug=1

[Stream3Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=2
debug=1

[Stream3Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=3
debug=1

[Stream3Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=4
debug=1

[Stream3Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=5
debug=1

[Stream3Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream3]
StringIndex=6
debug=1

;------------------
;------------------

[Stream4]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=4
StringIndex2=1


[Stream4Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=1
debug=1

[Stream4Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=2
debug=1

[Stream4Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=3
debug=1

[Stream4Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=4
debug=1

[Stream4Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=5
debug=1

[Stream4Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream4]
StringIndex=6
debug=1

;------------------
;------------------

[Stream5]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=5
StringIndex2=1


[Stream5Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=1
debug=1

[Stream5Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=2
debug=1

[Stream5Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=3
debug=1

[Stream5Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=4
debug=1

[Stream5Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=5
debug=1

[Stream5Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream5]
StringIndex=6
debug=1

;------------------
;------------------

[Stream6]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=6
StringIndex2=1


[Stream6Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=1
debug=1

[Stream6Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=2
debug=1

[Stream6Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=3
debug=1

[Stream6Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=4
debug=1

[Stream6Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=5
debug=1

[Stream6Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream6]
StringIndex=6
debug=1

;------------------
;------------------

[Stream7]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=7
StringIndex2=1

[Stream7Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=1
debug=1

[Stream7Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=2
debug=1

[Stream7Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=3
debug=1

[Stream7Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=4
debug=1

[Stream7Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=5
debug=1

[Stream7Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream7]
StringIndex=6
debug=1

;------------------
;------------------

[Stream8]
Measure=Plugin
Plugin=WebParser.dll
URL=[FeaturedStreams]
RegExp="(?siU).*href="(.*)"><b>(.*)</b>.*<br>(.*)</td>.*Races played: (?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)(?(?=.*<img src="/tlpd).*images/(.*).png)"
UpdateRate=100
StringIndex=8
StringIndex2=1


[Stream8Link]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=1
debug=1

[Stream8Name]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=2
debug=1

[Stream8Game]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=3
debug=1

[Stream8Race1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=4
debug=1

[Stream8Race2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=5
debug=1

[Stream8Race3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Stream8]
StringIndex=6
debug=1


;==========================================================;
;[Popups]==================================================;
;==========================================================;

[TLIcon]
Meter=IMAGE
MeterStyle=StyleButton
ImageName=#TLIcon#
SolidColor=0,0,0,1
X=100
W=25
H=20
Y=1

[Border]
Meter=IMAGE
SolidColor=#ColorBorder#
X=0
Y=20
W=145
H=1

[FeaturedStreamsAttributes]
MeasureName=FeaturedStreams
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=6
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
text=Featured Streams

;---------
;---------
[Stream1GameAttributes]
MeasureName=Stream1Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=25
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1



[Stream1NameAttributes]
MeasureName=Stream1Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=25
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream1Link]"]


[Stream1Race1Attributes]
Meter=Image
MeasureName=Stream1Race1
X=80
w=15
h=13
Y=25
debug=1

[Stream1Race2Attributes]
Meter=Image
MeasureName=Stream1Race2
X=100
w=15
h=13
Y=25
debug=1


[Stream1Race3Attributes]
Meter=Image
MeasureName=Stream1Race3
X=120
w=15
h=13
Y=25
debug=1

;------------------
;------------------

[Stream2GameAttributes]
MeasureName=Stream2Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=42
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream2NameAttributes]
MeasureName=Stream2Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=42
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream2Link]"]


[Stream2Race1Attributes]
Meter=Image
MeasureName=Stream2Race1
X=80
w=15
h=13
Y=41
debug=1

[Stream2Race2Attributes]
Meter=Image
MeasureName=Stream2Race2
X=100
w=15
h=13
Y=41
debug=1


[Stream2Race3Attributes]
Meter=Image
MeasureName=Stream2Race3
X=120
w=15
h=13
Y=41
debug=1

;============
;============

[Stream3GameAttributes]
MeasureName=Stream3Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=59
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream3NameAttributes]
MeasureName=Stream3Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=59
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream3Link]"]


[Stream3Race1Attributes]
Meter=Image
MeasureName=Stream3Race1
X=80
w=15
h=13
Y=57
debug=1

[Stream3Race2Attributes]
Meter=Image
MeasureName=Stream3Race2
X=100
w=15
h=13
Y=57
debug=1


[Stream3Race3Attributes]
Meter=Image
MeasureName=Stream3Race3
X=120
w=15
h=13
Y=57
debug=1

;============
;============

[Stream4GameAttributes]
MeasureName=Stream4Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=76
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream4NameAttributes]
MeasureName=Stream4Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=76
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream4Link]"]

[Stream4Race1Attributes]
Meter=Image
MeasureName=Stream4Race1
X=80
w=15
h=13
y=73
debug=1

[Stream4Race2Attributes]
Meter=Image
MeasureName=Stream4Race2
X=100
w=15
h=13
y=73
debug=1


[Stream4Race3Attributes]
Meter=Image
MeasureName=Stream4Race3
X=120
w=15
h=13
y=73
debug=1

;============
;============


[Stream5GameAttributes]
MeasureName=Stream5Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=93
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream5NameAttributes]
MeasureName=Stream5Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=93
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream5Link]"]


[Stream5Race1Attributes]
Meter=Image
MeasureName=Stream5Race1
X=80
w=15
h=13
y=89
debug=1

[Stream5Race2Attributes]
Meter=Image
MeasureName=Stream5Race2
X=100
w=15
h=13
y=89
debug=1


[Stream5Race3Attributes]
Meter=Image
MeasureName=Stream5Race3
X=120
w=15
h=13
y=89
debug=1

;============
;============

[Stream6GameAttributes]
MeasureName=Stream6Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=110
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream6NameAttributes]
MeasureName=Stream6Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=110
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream6Link]"]

[Stream6Race1Attributes]
Meter=Image
MeasureName=Stream6Race1
X=80
w=15
h=13
y=105
debug=1

[Stream6Race2Attributes]
Meter=Image
MeasureName=Stream6Race2
X=100
w=15
h=13
y=105
debug=1


[Stream6Race3Attributes]
Meter=Image
MeasureName=Stream6Race3
X=120
w=15
h=13
y=105
debug=1

;============
;============

;============
;============

[Stream7GameAttributes]
MeasureName=Stream7Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=127
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream7NameAttributes]
MeasureName=Stream7Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=127
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream7Link]"]

[Stream7Race1Attributes]
Meter=Image
MeasureName=Stream7Race1
SolidColor=0,0,0,1
X=80
w=15
h=13
y=122
debug=1

[Stream7Race2Attributes]
Meter=Image
MeasureName=Stream7Race2
X=100
w=15
h=13
y=122
debug=1


[Stream7Race3Attributes]
Meter=Image
MeasureName=Stream7Race3
X=120
w=15
h=13
y=122
debug=1

;============
;============

[Stream8GameAttributes]
MeasureName=Stream8Game
SolidColor=0,0,0,1
Meter=STRING
X=0
Y=144
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1

[Stream8NameAttributes]
MeasureName=Stream8Name
SolidColor=0,0,0,1
Meter=STRING
X=22
Y=144
W=100
H=11
FontColor=#Color2#
FontSize=7
FontFace=Tahoma
Antialias=1
debug=1
LeftMouseDownAction=!Execute ["http://Teamliquid.net/[Stream8Link]"]

[Stream8Race1Attributes]
Meter=Image
MeasureName=Stream8Race1
X=80
w=15
h=13
y=137
debug=1

[Stream8Race2Attributes]
Meter=Image
MeasureName=Stream8Race2
X=100
w=15
h=13
y=137
debug=1


[Stream8Race3Attributes]
Meter=Image
MeasureName=Stream8Race3
X=120
w=15
h=13
y=137
debug=1
"

Also ive been messing around with UPDATE and updaterate so much that i don't even know what to revert back to. Anyway, is this a confirmed bug?