[RELEASE] Weather Underground (default xbmc weather addon)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tinybutstrong Offline
Senior Member
Posts: 192
Joined: Sep 2010
Reputation: 0
Post: #141
http://code.google.com/p/ronie/downloads/list

Version 0.1.3 is working for someone? I get many errors in log, example:

Code:
19:13:31 T:2188   ERROR: Error Type: <type 'exceptions.KeyError'>
19:13:31 T:2188   ERROR: Error Contents: ('image_url',)
19:13:31 T:2188   ERROR: Traceback (most recent call last):
                                              File "C:\XBMC\portable_data\addons\weather.wunderground\default.py", line 658, in <module>
                                                forecast(location)
                                              File "C:\XBMC\portable_data\addons\weather.wunderground\default.py", line 201, in forecast
                                                properties(data)
                                              File "C:\XBMC\portable_data\addons\weather.wunderground\default.py", line 599, in properties
                                                url = data['radar']['image_url']
                                            KeyError: ('image_url',)

So no data is updated in screen.
find quote
pkscuot Offline
Fan
Posts: 598
Joined: Jan 2011
Reputation: 10
Location: Honolulu, HI
Post: #142
(2012-04-28 00:16)tinybutstrong Wrote:  Version 0.1.3 is working for someone? I get many errors in log, example:

It's working fine for me. It would be helpful for you to get and post an entire debug log (post it to pastebin and put a link here) to see what' happening before the error.
find quote
Martijn Online
Team-XBMC
Posts: 7,679
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #143
(2012-04-28 00:22)pkscuot Wrote:  
(2012-04-28 00:16)tinybutstrong Wrote:  Version 0.1.3 is working for someone? I get many errors in log, example:

It's working fine for me. It would be helpful for you to get and post an entire debug log (post it to pastebin and put a link here) to see what' happening before the error.

Got the same error and I think ronie already knows Wink

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #144
WOW there was an update to XBMC this morning, installed it and have 0.13 for Weather and now all the other fucntions, weekly, weekend etc are gone its back to the regular old weather, anyone have a fix for ATV2

Thanks all
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #145
(2012-04-29 01:12)dallasnights Wrote:  WOW there was an update to XBMC this morning, installed it and have 0.13 for Weather and now all the other fucntions, weekly, weekend etc are gone its back to the regular old weather, anyone have a fix for ATV2

Thanks all

install the Confluence mod again?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
dallasnights Offline
Fan
Posts: 515
Joined: Jan 2011
Reputation: 0
Post: #146
Perfect I should have thought of that, works again thank you for your hard work it is appreciated!
find quote
tinybutstrong Offline
Senior Member
Posts: 192
Joined: Sep 2010
Reputation: 0
Post: #147
(2012-04-28 00:22)pkscuot Wrote:  It would be helpful for you to get and post an entire debug log (post it to pastebin and put a link here) to see what' happening before the error.

Here is the log, from startup to weather panel.

http://pastebin.com/bzerUgnA
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #148
(2012-04-29 03:59)tinybutstrong Wrote:  
(2012-04-28 00:22)pkscuot Wrote:  It would be helpful for you to get and post an entire debug log (post it to pastebin and put a link here) to see what' happening before the error.

Here is the log, from startup to weather panel.

http://pastebin.com/bzerUgnA

should be fixed in v0.1.4:
weather.wunderground-0.1.4.zip

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
tinybutstrong Offline
Senior Member
Posts: 192
Joined: Sep 2010
Reputation: 0
Post: #149
Working fine by now.

Any skin already is supporting new features listed by you in page 7?

ps: you forgot to update version in changelog and description, still 0.1.3.
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,914
Joined: Dec 2004
Reputation: 17
Post: #150
@Ronie I have a module over at xbmc4xbox that handles conversions of various things. It has some moon phase icons also. Does this weather provider support that. I have some questions on how the new weather works and maybe some suggestions to make things a little smoother. Can we discuss it via email or in here. I can't do irc.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Post Reply