2015-01-06, 21:05
Yup - my fault. The import requirement wasn't in the addon xml file. Will update that and look at getting in a state where it can be installed from a zip file.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named footballscores
Traceback (most recent call last):
File "/storage/.kodi/addons/service.bbclivefootballscores/settings.py", line 41, in <module>
from footballscores import getAllLeagues
ImportError: No module named footballscores
-->End of Python script error report<--
(2015-01-03, 20:43)el_Paraguayo Wrote: I'm working on adding some extra functionality.
Here's a screenshot showing how additional match information can be displayed.
(2015-01-07, 03:28)Dec64 Wrote: 01:24:39 T:139667773060864 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named footballscores
Traceback (most recent call last):
File "/home/declan/.kodi/addons/service.bbclivefootballscores/default.py", line 37, in <module>
from footballscores import League
ImportError: No module named footballscores
-->End of Python script error report<--
updated from zip
(2015-01-07, 17:45)leo06 Wrote: i can't choose "select competition" and when rename folder to "service.bbclivefootballscores" i got script failed settings.pyThis should be fixed now.
Code:ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named footballscores
Traceback (most recent call last):
File "/storage/.kodi/addons/service.bbclivefootballscores/settings.py", line 41, in <module>
from footballscores import getAllLeagues
ImportError: No module named footballscores
-->End of Python script error report<--