Any Ideas on what's causing these errors?
Code:
5/10/2014 8:27:27 AM ~!~Plug-In~!~Found plug-in: UltraWeatherBug3, version: 3.0.5241.34869 5/10/2014 8:27:27 AM ~!~Plug-In~!~Found plug-in: Z-Wave, version: 3.0.0.136 5/10/2014 8:27:27 AM ~!~Startup~!~Initializing Plug-Ins 5/10/2014 8:27:27 AM ~!~Info~!~Plugin UltraWeatherBug3 has connected. IP:127.0.0.1:60151 5/10/2014 8:27:29 AM ~!~Plug-In~!~Finished initializing plug-in UltraWeatherBug3 5/10/2014 8:27:29 AM ~!~Info~!~Plugin UltraSMTP3 has connected. IP:127.0.0.1:60161 5/10/2014 8:27:29 AM ~!~Error~!~System.NullReferenceException 5/10/2014 8:27:29 AM ~!~Error~!~System.NullReferenceException: Object reference not set to an instance of an object. at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetAlertsWeather(String strStationNumber) 5/10/2014 8:27:29 AM ~!~Error~!~System.NullReferenceException 5/10/2014 8:27:29 AM ~!~Error~!~System.NullReferenceException: Object reference not set to an instance of an object. at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetAlertsWeather(String strStationNumber) 5/10/2014 8:27:29 AM ~!~Error~!~System.InvalidCastException 5/10/2014 8:27:29 AM ~!~Error~!~System.InvalidCastException: Conversion from string "" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetLiveWeather(String strStationNumber) 5/10/2014 8:27:30 AM ~!~Error~!~System.NullReferenceException 5/10/2014 8:27:30 AM ~!~Error~!~System.NullReferenceException: Object reference not set to an instance of an object. at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetForecastWeather(String strStationNumber) 5/10/2014 8:27:30 AM ~!~Error~!~System.InvalidCastException 5/10/2014 8:27:30 AM ~!~Error~!~System.InvalidCastException: Conversion from string "" to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat) at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetLiveWeather(String strStationNumber) 5/10/2014 8:27:30 AM ~!~Error~!~System.NullReferenceException 5/10/2014 8:27:30 AM ~!~Error~!~System.NullReferenceException: Object reference not set to an instance of an object. at HSPI_ULTRAWEATHERBUG3.hspi_plugin.GetForecastWeather(String strStationNumber) 5/10/2014 8:27:33 AM ~!~Plug-In~!~Finished initializing plug-in UltraSMTP3
Comment