Weather Script Problems?
Posted: Sun May 11, 2008 9:26 am
Any else running the weather script, that polls for conditions and forecast data from Weather.com? Mine stopped working last week, and now only occasionally updates (receives) a revised radar image, but no forecast data. The VBS error message reports this line:
SetPropertyValue "Weather.W_cc_lsup", MSXML.SelectSingleNode("/weather/cc/lsup").text
But if I comment that line out the script just fails on the next line. Of course, nothing here has changed, script or PC wise. So I was suspecting a problem with the link to weather.com. Before I started digging into the code I wanted to see if anyone else has experienced the same.
SetPropertyValue "Weather.W_cc_lsup", MSXML.SelectSingleNode("/weather/cc/lsup").text
But if I comment that line out the script just fails on the next line. Of course, nothing here has changed, script or PC wise. So I was suspecting a problem with the link to weather.com. Before I started digging into the code I wanted to see if anyone else has experienced the same.