Posts: 1,109
Joined: Feb 2011
Reputation:
39
Probably a different error. Can you post your log again and I'll take a look.
Posts: 1,109
Joined: Feb 2011
Reputation:
39
I've tested the script and, apart from the import error in my earlier post, everything still seems to work ok.
I'll merge all the bits I was testing into a new update and upload that when I can.
I might also need to change the icon as I'm not comfortable using the BBC logo!
Posts: 105
Joined: Feb 2013
Reputation:
7
Thanks for that. I forgot to upload a updated log file, but last night it started poping up messages again! only thing i have done in the last few days is upgrade to libreelec 7.90.003 from V7.0.2.
not sure if this has made the difference. Do you still want a log file??
Thanks for all your works on this small people love this add on!
Pete
Posts: 1,109
Joined: Feb 2011
Reputation:
39
That's great to hear. Thanks for letting me know.
Posts: 4,061
Joined: Oct 2007
Reputation:
90
zag
Team-Kodi Member
Posts: 4,061
Very cool, will check this out when the new season begins for real!
Thanks for the update
Posts: 399
Joined: Jul 2009
Reputation:
0
2016-08-13, 16:44
(This post was last modified: 2016-08-13, 16:44 by moontan77.)
I get this error using jarvis on libreelec (intel x64)
15:41:41 T:140399242893056 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: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "/storage/.kodi/addons/service.bbclivefootballscores/default.py", line 62, in <module>
SHOW_BOOKINGS = int(_GET_("ShowBookings"))
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Can you try turning this setting on in the configuration screen. I suspect the setting has a blank value currently which is causing it to fail.
Posts: 399
Joined: Jul 2009
Reputation:
0
Sorry turn on which setting?
Posts: 399
Joined: Jul 2009
Reputation:
0
2016-08-13, 19:33
(This post was last modified: 2016-08-13, 19:35 by moontan77.)
I see a "show additional match detail" setting but kodi just gives an error if i select that and shows this
18:31:40 T:140035560920832 INFO: initializing python engine.
18:31:40 T:140035560920832 DEBUG: CPythonInvoker(35, /storage/.kodi/addons/service.bbclivefootballscores/helper.py): start processing
18:31:40 T:140035560920832 DEBUG: -->Python Interpreter Initialized<--
18:31:40 T:140035560920832 DEBUG: CPythonInvoker(35, /storage/.kodi/addons/service.bbclivefootballscores/helper.py): the source file to load is "/storage/.kodi/addons/service.bbclivefootballscores/helper.py"
18:31:40 T:140035560920832 DEBUG: CPythonInvoker(35, /storage/.kodi/addons/service.bbclivefootballscores/helper.py): setting the Python path to /storage/.kodi/addons/service.bbclivefootballscores:/storage/.kodi/addons/script.module.beautifulsoup/lib:/storage/.kodi/addons/script.module.pyxbmct/lib:/storage/.kodi/addons/script.module.simplejson/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
18:31:40 T:140035560920832 DEBUG: CPythonInvoker(35, /storage/.kodi/addons/service.bbclivefootballscores/helper.py): entering source directory /storage/.kodi/addons/service.bbclivefootballscores
18:31:40 T:140035560920832 DEBUG: CPythonInvoker(35, /storage/.kodi/addons/service.bbclivefootballscores/helper.py): instantiating addon using automatically obtained id of "service.bbclivefootballscores" dependent on version 2.1.0 of the xbmc.python api
18:31:40 T:140038248564800 DEBUG: ------ Window Deinit (DialogAddonSettings.xml) ------
18:31:41 T:140035560920832 DEBUG: POParser: loaded 34 strings from file /storage/.kodi/addons/service.bbclivefootballscores/resources/language/English/strings.po
18:31:41 T:140038248564800 DEBUG: CGUIMediaWindow::GetDirectory (addons://user/)
18:31:41 T:140038248564800 DEBUG: ParentPath = []
18:31:41 T:140035491563264 DEBUG: Thread BackgroundLoader start, auto delete: false
18:31:41 T:140038248564800 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
18:31:41 T:140035491563264 DEBUG: Thread BackgroundLoader 140035491563264 terminating
18:31:41 T:140035560920832 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: No JSON object could be decoded
Traceback (most recent call last):
File "/storage/.kodi/addons/service.bbclivefootballscores/helper.py", line 148, in <module>
xlsd = XBMCLiveScoresDetail()
File "/storage/.kodi/addons/service.bbclivefootballscores/resources/lib/live_scores_detail.py", line 77, in __init__
self.watchedleagues = json.loads(str(_S_("watchedleagues")))
File "/home/cvh/Documents/LE-CvH/build.LibreELEC-Generic.x86_64-7.0.1/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/home/cvh/Documents/LE-CvH/build.LibreELEC-Generic.x86_64-7.0.1/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 364, in decode
File "/home/cvh/Documents/LE-CvH/build.LibreELEC-Generic.x86_64-7.0.1/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
ValueError: No JSON object could be decoded
-->End of Python script error report<--
Posts: 1,109
Joined: Feb 2011
Reputation:
39
Ok. I need to I fix error handling!
That error suggests you haven't selected any leagues to follow yet.