[UPDATED] BBC Live Football Scores service - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152) +---- Thread: [UPDATED] BBC Live Football Scores service (/showthread.php?tid=196499) |
RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 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. RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-06 (2015-01-06, 21:05)el_Paraguayo Wrote: 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. Ah easy mistake. Love the addon though, love the screenshot of new features too. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 Thanks. Just trying to tidy up the new features and will then upload the update. RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-06 Sweet, just like to keep track of the scores and who scored for the old fantasy league points. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 OK. Updated version pushed to github. Should now install from the zipfile. It also includes beta versions of some additional functionality: - League tables - Live match details At the moment these are only accessible by binding a spare key to the following commands: -XBMC.RunScript(special://home/addons/service.bbclivefootballscores/league_tables.py) -XBMC.RunScript(special://home/addons/service.bbclivefootballscores/live_scores_detail.py) They're a bit rough around the edges so any comments very welcome. RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-07 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 RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-07 Well really. I try to match the structure per the guidance... It's ok, I know why this is happening. Only problem is I can't fix until tonight. EDIT: Just to add - this is a result of me being stupid (again)! The I have the footballscores module in my standard python path so, while the service couldn't find the module in the add-on structure, it could find the default version. I just need to fix the script so it finds the module in the add-on resources/lib folder. Annoying thing is, it will only take about 2 minutes to fix! RE: [WIP] BBC Live Football Scores service - leo06 - 2015-01-07 i can't choose "select competition" and when rename folder to "service.bbclivefootballscores" i got script failed settings.py Code: ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-07 If you've just downloaded the script in the last day then you've got the same issue as Dec64. It'll be fixed when I get home tonight. Apologies for the inconvenience. RE: [WIP] BBC Live Football Scores service - leo06 - 2015-01-07 (2015-01-07, 17:48)el_Paraguayo Wrote: If you've just downloaded the script in the last day then you've got the same issue as Dec64. It'll be fixed when I get home tonight. yes,i downloaded a few minutes ago,ok no problem thanks RE: [WIP] BBC Live Football Scores service - enen92 - 2015-01-07 (2015-01-03, 20:43)el_Paraguayo Wrote: I'm working on adding some extra functionality. That's awesome and looks slick! I dream the day we'll have a full blown sports experience from within kodi. A few steps are being made in this direction. Your service addon has been working really well with latest matches. Not a single goal has been missed| RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-07 (2015-01-07, 03:28)Dec64 Wrote: 01:24:39 T:139667773060864 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- (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. RE: [WIP] BBC Live Football Scores service - leo06 - 2015-01-07 yes,it works RE: [WIP] BBC Live Football Scores service - zag - 2015-01-08 Just out of coding interest how does the python scraper work? When I tested scraping the bbc results page it was quite hard work as they didnt list the date for each match. Does your python code get around this? Sorry if I'm being lazy but I work in PHP normally RE: [WIP] BBC Live Football Scores service - patria o muerte - 2015-01-08 Good morning El Paraguayo, latest version of bbclfs doesn't want to work.no problems with older version. here is my log: http://pastebin.com/sbpacpkK thank you |