Hello,
The addon doesn't work here. I have this error in log file :
Code:
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/xbmc/system/python/python24.zip/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/xbmc/system/python/python24.zip/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/xx/.xbmc/addons/weather.weatherplus/main.py", line 511, in _fetch_36_forecast
alerts, alertsrss, alertsnotify, alertscolor, alertscount, forecasts, extras, video, video_title = self.WeatherClient.fetch_36_forecast( self.WEATHER_WINDOW.getProperty( "Video" ) )
File "/home/xx/.xbmc/addons/weather.weatherplus/resources/lib/weather.py", line 77, in fetch_36_forecast
video, video_title = _create_video( self.code[:2], "" )
File "/home/xx/.xbmc/addons/weather.weatherplus/resources/lib/video_non_us.py", line 221, in _create_video
resp = urllib2.urlopen("http://www.wat.tv/swfap/196832Ac6Pjyk2651740/2427284")
NameError: global name 'urllib2' is not defined
Any ideas ?