Skip to content

Instantly share code, notes, and snippets.

@Kunsi
Created April 13, 2018 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kunsi/c46034c5499c0e8b22c1d9ba2cb8cef4 to your computer and use it in GitHub Desktop.
Save Kunsi/c46034c5499c0e8b22c1d9ba2cb8cef4 to your computer and use it in GitHub Desktop.
16:53:26.393 T:1832903600 INFO: WEATHER: Downloading weather
16:53:26.394 T:1466954672 DEBUG: Thread LanguageInvoker start, auto delete: false
16:53:26.394 T:1466954672 INFO: initializing python engine.
16:53:26.394 T:1466954672 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/weather.openweathermap.extended/default.py): start processing
16:53:26.462 T:1466954672 DEBUG: -->Python Interpreter Initialized<--
16:53:26.462 T:1466954672 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/weather.openweathermap.extended/default.py): the source file to load is "/home/pi/.kodi/addons/weather.openweathermap.extended/default.py"
16:53:26.463 T:1466954672 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/weather.openweathermap.extended/default.py): setting the Python path to /home/pi/.kodi/addons/weather.openweathermap.extended:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat
16:53:26.463 T:1466954672 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/weather.openweathermap.extended/default.py): entering source directory /home/pi/.kodi/addons/weather.openweathermap.extended
16:53:26.463 T:1466954672 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/weather.openweathermap.extended/default.py): instantiating addon using automatically obtained id of "weather.openweathermap.extended" dependent on version 2.25.0 of the xbmc.python api
16:53:27.194 T:1466954672 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.SyntaxError'>
Error Contents: ('unexpected EOF while parsing', ('<string>', 0, 0, ''))
Traceback (most recent call last):
File "/home/pi/.kodi/addons/weather.openweathermap.extended/default.py", line 911, in <module>
forecast(locationname, locationid, locationdeg)
File "/home/pi/.kodi/addons/weather.openweathermap.extended/default.py", line 183, in forecast
lat = float(eval(locationdeg)[0])
SyntaxError: ('unexpected EOF while parsing', ('<string>', 0, 0, ''))
-->End of Python script error report<--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment