Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1538

Help: Rainmeter Skins • Re: Hide & Seek

$
0
0
Hello Everyone :bow: :welcome:

I am still here. :p :amazed
(And everyone will throw their hands up in despair)

1. -A quick request, can someone explain the following error to me?
2.- And tell me if the code makes sense.

How it works:
The uploaded YouTube videos is determined via WebParser, and this value is then compared with the value of the WebParser and the saved variables... Unfortunately, I get this error when comparing these values ​​in the Clac/If condition. In the following Example i show just Youtuber1 till Youtuber2 to keep the code short here.. The following Parts of [Youtuber3-7] is build up like [Youtuber2].
The errors show up on different IF-Conditions, its not allways the same error.

Thank you for your experience. :rosegift: :great:
Screenshot 2025-04-07 235259.png
Screenshot 2025-04-08 001020.png

Code:

[Variables]YT1_Video=915YT2_Video=497YT3_Video=302[Youtuber_1]Measure=WebParserURL=#YT1_URL#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36Flags=ForceReload | NoCookiesRegExp=(?siU)(?|.*"contentMetadataViewModel":.*?"metadataParts".*"text":.*"content":.*"(\d+) .*"|.*?"subscriberCountText":.*"[^"]*text":"(\d+) .*")StringIndex=1UpdateRate=1800FinishAction=[!Delay 1000][!SetVariable Youtuber_1 [&Youtuber_1]][!EnableMeasure Calc_YT][!UpdateMeasure Calc_YT][Youtuber_2]Measure=WebParserURL=#YT2_URL#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36Flags=ForceReload | NoCookiesRegExp=(?siU)(?|.*"contentMetadataViewModel":.*?"metadataParts".*"text":.*"content":.*"(\d+) .*"|.*?"subscriberCountText":.*"[^"]*text":"(\d+) .*")StringIndex=1UpdateRate=1800FinishAction=[!Delay 1100][!SetVariable Youtuber_2 [&Youtuber_2]][Calc_YT]Measure=CalcIfCondition=([Youtuber_1] > #YT1_Video#)IfTrueAction=[!SetOption Message_YT1 Text "+1"][!Redraw]IfCondition2=([Youtuber_2] > #YT2_Video#)IfTrueAction2=[!SetOption Message_YT2 Text "+1"][!Redraw]IfCondition3=([Youtuber_3] > #YT3_Video#)IfTrueAction3=[!SetOption Message_YT3 Text "+1"][!Redraw]IfCondition4=([Youtuber_4] > #YT4_Video#)IfTrueAction4=[!SetOption Message_YT4 Text "+1"][!Redraw]IfCondition5=([Youtuber_5] > #YT5_Video#)IfTrueAction5=[!SetOption Message_YT5 Text "+1"][!Redraw]IfCondition6=([Youtuber_6] > #YT6_Video#)IfTrueAction6=[!SetOption Message_YT6 Text "+1"][!Redraw]IfCondition7=([Youtuber_7] > #YT7_Video#)IfTrueAction7=[!SetOption Message_YT7 Text "+1"][!Redraw]IfCondition8=([Youtuber_8] > #YT8_Video#)IfTrueAction8=[!SetOption Message_YT8 Text "+1"][!Redraw]DynamicVariables=1Disabled=1UpdateDivider=-1

Statistics: Posted by Rooky_89 — Yesterday, 8:02 pm



Viewing all articles
Browse latest Browse all 1538

Trending Articles