2012-04-06, 01:37
yeah, the script has been failing for me too. hope it gets fixed soon.
(2012-04-06, 17:46)pierocol Wrote: I hope someone can help me. I installed Eden few days ago, happy that the weather feature would work again...it does not for me. No location appears (based on IP recognition), and if I set "location" as the largest town close to me (Rotterdam, or even New ork), nothing happens. It does the same with Weather Plus.
Thank you!
(2012-04-06, 22:42)ronie Wrote:(2012-04-06, 17:46)pierocol Wrote: I hope someone can help me. I installed Eden few days ago, happy that the weather feature would work again...it does not for me. No location appears (based on IP recognition), and if I set "location" as the largest town close to me (Rotterdam, or even New ork), nothing happens. It does the same with Weather Plus.
Thank you!
maybe xbmc can't connect to the internet?
check if you didn't enable a proxy: System > Network > Internet connection > Use http proxy...
post a debug log if you can't figure it out.
(2012-04-11, 01:45)ialand Wrote: still broken here, and no update showing.
(2012-04-11, 22:49)ialand Wrote: Tried that, didn't help. Showing v 0.1.1, failing on every refresh.
(2012-04-06, 22:42)ronie Wrote: maybe xbmc can't connect to the internet?
check if you didn't enable a proxy: System > Network > Internet connection > Use http proxy...
post a debug log if you can't figure it out.
14:40:43 T:2755369840 NOTICE: -->Python Interpreter Initialized<--
14:40:50 T:2755369840 ERROR: Error Type: <type 'exceptions.TypeError'>
14:40:50 T:2755369840 ERROR: Error Contents: unsupported operand type(s) for +: 'int' and 'unicode'
14:40:50 T:2755369840 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 564, in <module>
forecast(location)
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 180, in forecast
properties(data)
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 249, in properties
set_property('Current.HeatIndex' , data['current_observation']['heat_index_f'] + TEMPUNIT)
TypeError: unsupported operand type(s) for +: 'int' and 'unicode'
14:40:50 T:3017127696 ERROR: Control 402 in window 10107 has been asked to focus, but it can't
(2012-04-12, 00:03)ialand Wrote: if connects just fine for everything else - streaming, scraping, timehehe, noticed that one myself a few days ago :-)etc... doing it on all skins I'll clean things up and get a log.
addendum: well it's not a full log, but this barfs into it every time it fails...
Code:14:40:43 T:2755369840 NOTICE: -->Python Interpreter Initialized<--
14:40:50 T:2755369840 ERROR: Error Type: <type 'exceptions.TypeError'>
14:40:50 T:2755369840 ERROR: Error Contents: unsupported operand type(s) for +: 'int' and 'unicode'
14:40:50 T:2755369840 ERROR: Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 564, in <module>
forecast(location)
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 180, in forecast
properties(data)
File "/home/xbmc/.xbmc/addons/weather.wunderground/default.py", line 249, in properties
set_property('Current.HeatIndex' , data['current_observation']['heat_index_f'] + TEMPUNIT)
TypeError: unsupported operand type(s) for +: 'int' and 'unicode'
14:40:50 T:3017127696 ERROR: Control 402 in window 10107 has been asked to focus, but it can't
I'll do a clean one later if this doesn't point to the problem.
(2012-04-16, 19:39)nessus Wrote: The only part that remains now to make this addon perfect replacement for weather+ is the full support for maps and video.
<control type="multiimage">
<description>maps multiimage</description>
<posx>15</posx>
<posy>80</posy>
<width>620</width>
<height>349</height>
<imagepath>$INFO[Window.Property(MapPath)]</imagepath>
<timeperimage>500</timeperimage>
<pauseatend>1000</pauseatend>
<fadetime>0</fadetime>
<randomize>false</randomize>
<loop>yes</loop>
<aspectratio>keep</aspectratio>
</control>