Activity
 
Notifications
Clear all
Nathan_K
Nathan_K
@nathan_k
Registered
Estimable Member
Joined: Nov 10, 2020
Last seen: Dec 25, 2024
Topics: 23 / Replies: 109
Reply
RE: WiFi Status

Windows 11 24H2 update. Microsoft apparently changed the BSSID name to be AP BSSID, so I've updated the line to check for both. Just replace the BSSID...

2 months ago
Forum
Reply
RE: Set Variable if NULL

Also, just reviewing this, it should be "comp", not "comparator".

5 months ago
Forum
Reply
RE: Set Variable if NULL

I don't think null is a valid value in DTI. It usually replaces a null return with a text value to avoid crashing. The null-result value under the [te...

5 months ago
Forum
Reply
RE: Build 3.15.2 crash

@glenn Just upgraded to 3.15.2 yesterday, so really hard to say.

5 months ago
Forum
Topic
Forum
Replies: 4
Views: 439
Reply
RE: DTI v3.14.0 hang

@glenn That sounds like a reasonable course of action. Microsoft has been known to screw stuff up on occasion, and I think WMI isn't flagged as a high...

6 months ago
Forum
Reply
RE: WMI hide-no-result - 3.14

@glenn - I'll give that a try. I always forget about the IF feature. That should help.

7 months ago
Forum
Reply
RE: WMI hide-no-result - 3.14

@glenn - Ok, that makes sense. So how do I hide the whole thing if IPv6 isn't returning data? Like if the ProtocolAddress is blank due to not being ab...

7 months ago
Forum
Topic
Forum
Replies: 4
Views: 456
Topic
Forum
Replies: 1
Views: 520
Reply
RE: DTI v3.14.0 hang

@glenn I actually put it in both. I added it to the CMD item, with a timeout just longer than if I added all the individual timeouts in the script tog...

7 months ago
Forum
Reply
RE: DTI v3.14.0 hang

Still no issues. Looks like adding timeouts to the Invoke-RestMethod helped to resolve the issue. Interested to see how your threading code changes wi...

7 months ago
Forum
Reply
RE: DTI v3.14.0 hang

So far so good. Last time it glitched it wasn't immediate, so I'll continue to monitor.

7 months ago
Forum
Reply
RE: DTI v3.14.0 hang

I've just added a timeout value to the Invoke-RestMethod command in the PS1 section, limiting each attempt to 10s. That should keep the script under t...

7 months ago
Forum
Reply
RE: DTI v3.14.0 hang

See code block below. SET-SECTION=key:wan-ip-lookup,value:wan-ip-lookup.ps1 CMD=interval:300,color:55cc77,text:WAN Address,onload,no-wait:2,threa...

7 months ago
Forum
Page 1 / 9
Glenn's Page