In my case, since I always "play differently", I'll never download a complete webpage from any site, trusted or not with whatever it can have inside, so I download just the part I need and nothing else.
It is currently April 13th, 2021, 11:24 pm
⭐ Weather.com
-
- Moderator
- Posts: 1388
- Joined: April 11th, 2013, 8:08 pm
- Location: Italy
Re: ⭐ Weather.com
-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
@fonpaolo OK. I got that bit by running your RegExp in RainRegExp. It works fine by the look of it.
I'll try this again when my weather skins are down to see what happens.
I'll try this again when my weather skins are down to see what happens.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
@fonpaolo My weatherskins went down so i did another check on your regexp. This time it returned an error
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3054
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: ⭐ Weather.com
Of course it did, because it's another format delivered to WebParser in this case. Like mentioned before, if your weather skins are still down and you didn't apply the fix yet, searching for getCMSLinkListUrlConfig (not the whole fonpaolo regex pattern, as most of the fields have slightly different names, order and grouping) will find it.
-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
My understanding was that fonpaolo attributed the fact that he hadn't had any problems yet to his regexp, so that explains my post.Yincognito wrote: ↑May 29th, 2020, 11:38 am Of course it did, because it's another format delivered to WebParser in this case. Like mentioned before, if your weather skins are still down and you didn't apply the fix yet, searching for getCMSLinkListUrlConfig (not the whole fonpaolo regex pattern, as most of the fields have slightly different names, order and grouping) will find it.
I'll look for your code when the weather skins go down again since i already fixed it. I did a search right now since everything is working correctly and i didn't find it (as expected). I'll see if it turns up when the weather skins are down again (just visiting a page in IE generally makes that happen pretty quickly)
Last edited by Wim on May 29th, 2020, 12:54 pm, edited 1 time in total.
-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
Bingo
And for completeness sake: after i fixed it again i didn't find it
And for completeness sake: after i fixed it again i didn't find it
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3054
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: ⭐ Weather.com
Really? Is that what you used to "produce the issue" again?

-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
From bringing down the weather, making that screenshot and getting it fixed took under 10 minutes.
Yeah. If i type one or two websites in IE the weather skins go down within anything up to 10 minutes ...
Yeah. If i type one or two websites in IE the weather skins go down within anything up to 10 minutes ...
Last edited by Wim on May 29th, 2020, 3:14 pm, edited 2 times in total.
-
- Posts: 3054
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: ⭐ Weather.com
That's very interesting.
If visiting any page (or a page, in general) in IE produces the issue again, then the whole thing becomes clearer, in my view. It might very well be that the issue is not related to the cookies from weather.com at all, but to some cookies which the Windows API-s that both IE (and possibly / probably Edge as well) and WebParser use to handle the internet thing are creating...
I believe this might be of interest to the developers. Just curious, visiting some random page in Edge has the same result (i.e. wether skins get broken), or does this happen only for IE?
-
- Posts: 69
- Joined: September 22nd, 2010, 8:30 pm
Re: ⭐ Weather.com
I only tried IE but i can give it a try in Edge. Give me - say - half an hour. I should have some results by then ...