ChalkTrauma Posted July 8, 2009 Report Share Posted July 8, 2009 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 errorObject 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? Link to comment
ChalkTrauma Posted July 8, 2009 Author Report Share Posted July 8, 2009 Jeez... I did a search and everything and missed that one.. thanks for the link Link to comment
shirilover Posted July 12, 2009 Report Share Posted July 12, 2009 (edited) 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. Edited July 12, 2009 by shirilover Link to comment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now