Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. 05:03:10 T:9520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.TypeError'>
  4. Error Contents: can't multiply sequence by non-int of type 'float'
  5. Traceback (most recent call last):
  6. File "C:\Users\Mario\AppData\Roaming\Kodi\addons\weather.wunderground\default.py", line 643, in <module>
  7. forecast(location, locationid)
  8. File "C:\Users\Mario\AppData\Roaming\Kodi\addons\weather.wunderground\default.py", line 158, in forecast
  9. properties(data,loc,locid)
  10. File "C:\Users\Mario\AppData\Roaming\Kodi\addons\weather.wunderground\default.py", line 397, in properties
  11. set_property('Weekend.%i.DewPoint' % (count+1), DEW_POINT(int(item['high']['celsius']), item['avehumidity'], 'F') + TEMPUNIT)
  12. File "C:\Users\Mario\AppData\Roaming\Kodi\addons\weather.wunderground\resources\lib\utilities.py", line 239, in DEW_POINT
  13. E = ( RH * Es ) / 100
  14. TypeError: can't multiply sequence by non-int of type 'float'
  15. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement