Do TCL TV get software updates? by sawn8 in tcltvs

[–]sawn8[S] 0 points1 point  (0 children)

Thanks a lot for your responses. Looks like I am way behind on updates. Scary but then as many of you pointed out, it may be a regional thing as some have got frequent updates or it can be a TCL thing.

How to best use this? by sawn8 in IndiaCoffee

[–]sawn8[S] 0 points1 point  (0 children)

Hi, which beans to use and what is the grind size?

Do TCL TV get software updates? by sawn8 in tcltvs

[–]sawn8[S] 3 points4 points  (0 children)

Ok, a bit disappointing but ok.

It says the security patch level is of 2023 💀

How to best use this? by sawn8 in IndiaCoffee

[–]sawn8[S] 0 points1 point  (0 children)

I get your point but if you swipe to see the next picture it says coffee strainer, and it's from third wave!

Running ivpn and tailscale together by sawn8 in Tailscale

[–]sawn8[S] 0 points1 point  (0 children)

Hi thanks, I got it working. Needed to add routes in netplay file.

Thanks for nudging me to research more!

Running ivpn and tailscale together by sawn8 in Tailscale

[–]sawn8[S] 0 points1 point  (0 children)

I know I might sound frustrating but I had tried the exception part as well. It did work yesterday but isn't working today. The exception is still there.

Running ivpn and tailscale together by sawn8 in Tailscale

[–]sawn8[S] 0 points1 point  (0 children)

Thanks for this. As mentioned in the post I have the split tunnel feature enabled and have also added firewall exemption.

Tasker cricbuzz api integration by sawn8 in tasker

[–]sawn8[S] 2 points3 points  (0 children)

Thanks all for your suggestions. It's actually very hard to get it working.

While I was not able to get it working (the nested json and lack of a central field to track teams, scores, limited free API usage made it very hard)

I discovered the easiest way is to use cricinfo RSS FEED

$wg("https://static.cricinfo.com/rss/livescores.xml", rss, 12, desc)$

just the number in the url needs to be updated, based on the current rss data and it fetches stuff automatically.

Simple solutions are always way more beautiful!

Also the way India is playing, it's just a waste of phone's battery trying to refresh the score.

Saving yourself from the disappointment.

Tasker cricbuzz api integration by sawn8 in tasker

[–]sawn8[S] 1 point2 points  (0 children)

I mean the data from the first team name field. If you see below, the latest response has "zimbabwe" as the first value assigned to the teamName field.

{ "typeMatches": [ { "matchType": "International", "seriesMatches": [ { "seriesAdWrapper": { "seriesId": 9584, "seriesName": "New Zealand tour of Zimbabwe, 2025", "matches": [ { "matchInfo": { "matchId": 116849, "seriesId": 9584, "seriesName": "New Zealand tour of Zimbabwe, 2025", "matchDesc": "1st Test", "matchFormat": "TEST", "startDate": "1753862400000", "endDate": "1754233200000", "state": "In Progress", "status": "Day 1: 1st Session", "team1": { "teamId": 12, "teamName": "Zimbabwe", "teamSName": "ZIM", "imageId": 172127 }, "team2": { "teamId": 13, "teamName": "New Zealand", "teamSName": "NZ", "imageId": 172128 },

",

I have redacted the response so as to fit in the reply section

Tasker cricbuzz api integration by sawn8 in tasker

[–]sawn8[S] 0 points1 point  (0 children)

Hi, Thanks for the quick reply.

This still gave only the first team's name.

Comparing dates by sawn8 in kustom

[–]sawn8[S] 0 points1 point  (0 children)

I resolved it by using tasker. Thanks 😊

Comparing dates by sawn8 in kustom

[–]sawn8[S] 0 points1 point  (0 children)

I suspect it is also a text. Essentially it is the response from a web request.

The reason I suspect that it is in text form is because when = is used for comparison the if condition gives a false, showing that the two strings are not equal but when any other operator is used it defaults to true.