• 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 28
[UPDATED] BBC Live Football Scores service
Probably a different error. Can you post your log again and I'll take a look.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
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!
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
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
Reply
(2016-08-04, 14:20)EngineerPeter Wrote: 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
Pete,

If you're getting any errors, please post a log file and I'll take a look for you.

If it's working for you now then, no, I don't need the log.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
That's great to hear. Thanks for letting me know.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Ok. I've uploaded v0.4.0 to the Releases section.

Main updates are:

Results page
Image

Fixtures page
Image

Score ticker
Image
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Looking at those screenshots cold I can see they need some tidying up (i.e. text alignment).

Also, if you want to use the ticker you need to map a spare key on your remote/keyboard and bind it to
Code:
XBMC.RunScript(service.bbclivefootballscores, mode=toggleticker)

NB the ticker is displayed on a specific screen so, in the screenshot above, if I stopped the video, the ticker would disappear. If I then played another video the ticker would be displayed. Pressing the button again while the ticker is visible will remove it from the screen.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Very cool, will check this out when the new season begins for real!

Thanks for the update
Reply
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<--
Reply
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.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
Sorry turn on which setting?
Reply
Show bookings.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
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<--
Reply
Ok. I need to I fix error handling!

That error suggests you haven't selected any leagues to follow yet.
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
I've put some changes through into a new release. Should fix those issues above (plus I've tidied up the results and fixtures).
https://github.com/elParaguayo/service.b...tag/v0.4.0
BBC Live Football Scores: Football scores notifications service.
script.squeezeinfo: shows what's playing on your Logitech Media Server
Reply
  • 1
  • 17
  • 18
  • 19(current)
  • 20
  • 21
  • 28

Logout Mark Read Team Forum Stats Members Help
[UPDATED] BBC Live Football Scores service3