2014-05-11, 22:15
(2014-05-10, 21:37)YurixAnd Wrote: Hi
I'm use raspbmc (Rasperry Pi + XBMC).
Code:22:13:35 T:2750411840 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: could not convert string to float:
Traceback (most recent call last):
File "/home/pi/.xbmc/addons/weather.wunderground/default.py", line 642, in <module>
forecast(location, locationid)
File "/home/pi/.xbmc/addons/weather.wunderground/default.py", line 156, in forecast
properties(data,loc,locid)
File "/home/pi/.xbmc/addons/weather.wunderground/default.py", line 218, in properties
update = time.localtime(float(data['current_observation']['observation_epoch']))
ValueError: could not convert string to float:
-->End of Python script error report<--
this is full debug log (level 2)
thx, could you please follow the instructions in the first post on how to create a debug log?
(you need to enable logging in the addon as well)