- KidVulcan - 2011-07-10 07:45
brightsr Wrote:please try this one : http://xbmc-addons.googlecode.com/files/weather.weatherplus.zip
That seemed to do the trick. Thanks
- fional - 2011-07-13 14:44
Loaded up today and the script presents an error. Below is a link to the log. Thanks 
http://pastebin.com/HXVgJhr5
- brightsr - 2011-07-15 18:46
fional Wrote:Loaded up today and the script presents an error. Below is a link to the log. Thanks 
http://pastebin.com/HXVgJhr5
[UPDATED] v.2.2.1
- Fixed : Sunrise Time Bug of Weather.com 36 Hour Forecast
I hope it's working well on your system.
If any problems with fetching sunrise time, it'll show "N/A" instead of "Script Error".
* zip file : http://xbmc-addons.googlecode.com/files/weather.weatherplus_2.2.1.zip
- fional - 2011-07-15 19:09
brightsr Wrote:[UPDATED] v.2.2.1
- Fixed : Sunrise Time Bug of Weather.com 36 Hour Forecast
I hope it's working well on your system.
If any problems with fetching sunrise time, it'll show "N/A" instead of "Script Error".
* zip file : http://xbmc-addons.googlecode.com/files/weather.weatherplus_2.2.1.zip
That's very cool! Thank you Brightsr!
- Hudson_Hawk04 - 2011-07-16 22:48
would it be possible to add a show/hide option for heat index/wind chill?
weather plus failed - steincol - 2011-07-17 16:49
i installed the weather plus but its not workin. i unstalled it n installed it again buit still not working. it keep giving me an error message.
- brightsr - 2011-07-18 19:45
steincol Wrote:i installed the weather plus but its not workin. i unstalled it n installed it again buit still not working. it keep giving me an error message.
Please let me know more informations like xbmc.log.
- brightsr - 2011-07-18 20:15
Hudson_Hawk04 Wrote:would it be possible to add a show/hide option for heat index/wind chill?
[UPDATED] v.2.2.2
- Added : Heat Index and Wind Chill from NOAA ( they will be shown as feels-like temperature, if not available, just "N/A". )
- Freakish - 2011-07-19 05:19
I'm also having issues. I just updated from the repo (Is it current?) But i still have the same issue. (I did just see a "Script Failed" option when i first tried using it.
It just sits on "Fetching forecast info" Here is the relevant part of the log. (I hope)
Code:
13:12:32 T:3084 M:3044003840 NOTICE: [PLUGIN] 'Weather Plus: Version - 2.2.2-r' initialized!
13:12:32 T:3084 M:3044007936 NOTICE: ** Found XBMC Revision: r0 [Unknown] **
13:12:32 T:3084 M:3039834112 NOTICE: [Weather.com+] Alternative Provider Selected : Accuweather.com Global (OCN|AU|ACT|CANBERRA)
13:12:33 T:3084 M:3039854592 NOTICE: Second error 503 for http://www.accuweather.com/OCN|AU|ACT|CANBERRA/hourly.aspx, increase sleep time.
13:12:34 T:3084 M:3040952320 NOTICE: Second error 503 for http://www.accuweather.com/OCN|AU|ACT|CANBERRA/hourly.aspx, increase sleep time.
13:12:34 T:3084 M:3040944128 ERROR: Error Type: <type 'exceptions.IndexError'>
13:12:34 T:3084 M:3040944128 ERROR: Error Contents: list index out of range
13:12:34 T:3084 M:3040718848 ERROR: Traceback (most recent call last):
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\default.py", line 41, in <module>
Main()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\xbmcplugin_weather.py", line 76, in __init__
self._accu_hourly_forecast()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\xbmcplugin_weather.py", line 540, in _accu_hourly_forecast
forecasts = self.WeatherClient.accu_fetch_hourly_forecast()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\WeatherClient.py", line 2189, in accu_fetch_hourly_forecast
htmlSource = self._fetch_data( self.BASE_ACCU_FORECAST_URL % ( self.code, "hourly"+date[1] ), 1 )
IndexError: list index out of range
Cheers!
- brightsr - 2011-07-19 17:24
Freakish Wrote:I'm also having issues. I just updated from the repo (Is it current?) But i still have the same issue. (I did just see a "Script Failed" option when i first tried using it.
It just sits on "Fetching forecast info" Here is the relevant part of the log. (I hope)
Code:
13:12:32 T:3084 M:3044003840 NOTICE: [PLUGIN] 'Weather Plus: Version - 2.2.2-r' initialized!
13:12:32 T:3084 M:3044007936 NOTICE: ** Found XBMC Revision: r0 [Unknown] **
13:12:32 T:3084 M:3039834112 NOTICE: [Weather.com+] Alternative Provider Selected : Accuweather.com Global (OCN|AU|ACT|CANBERRA)
13:12:33 T:3084 M:3039854592 NOTICE: Second error 503 for http://www.accuweather.com/OCN|AU|ACT|CANBERRA/hourly.aspx, increase sleep time.
13:12:34 T:3084 M:3040952320 NOTICE: Second error 503 for http://www.accuweather.com/OCN|AU|ACT|CANBERRA/hourly.aspx, increase sleep time.
13:12:34 T:3084 M:3040944128 ERROR: Error Type: <type 'exceptions.IndexError'>
13:12:34 T:3084 M:3040944128 ERROR: Error Contents: list index out of range
13:12:34 T:3084 M:3040718848 ERROR: Traceback (most recent call last):
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\default.py", line 41, in <module>
Main()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\xbmcplugin_weather.py", line 76, in __init__
self._accu_hourly_forecast()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\xbmcplugin_weather.py", line 540, in _accu_hourly_forecast
forecasts = self.WeatherClient.accu_fetch_hourly_forecast()
File "C:\Users\Me\AppData\Roaming\XBMC\addons\weather.weatherplus\WeatherClient.py", line 2189, in accu_fetch_hourly_forecast
htmlSource = self._fetch_data( self.BASE_ACCU_FORECAST_URL % ( self.code, "hourly"+date[1] ), 1 )
IndexError: list index out of range
Cheers!
According to your log, you need to re-select a location for Accuweather.com.
It's because form of area code has been changed since v.2.1.4 (multi-language supported).
In your case, the area code should be "en-us/au/australian-capital-territory/canberra", not "OCN|AU|ACT|CANBERRA".
I think I should've informed clearly about that.
|