Weather Desklet

I just started getting the following error:

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

5007 Microsoft JScript runtime error

'null' is null or not an object Line:268 Column:2

-------------------------------

This is out of the blue.. It has been working flawlessly for years..

Looks like the timer is a null object, could it be a problem with the data coming in from Weather.com, that would make more sense than the Desklet just 'going bad'.

Seems to be this line:

 srtimer.Delay = (sunr.getHours()*3600) + (sunr.getMinutes()*60) + (sunr.getSeconds());

Oddly enough I tried the HotWeather2 Desklet and got this error:

438 Microsoft VBScript runtime error

Object doesn't support this property or method: 'this.timers.ResetTimer' Line:174 Column:2

Both are related to the timer object... seems suspicious to me..

Anybody have any ideas?

#529402

Check out this thread

#529405

Jeez... I did a search and everything and missed that one.. thanks for the link

#529407

I made a few adjustments to the xml file which details where the information is gathered from.

The trick is to change the url to be xml.weather.com/.... forthe first two objects in the xmls section.

#529529