![]() |
[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 - enen92 - 2014-12-19 The database part of my post was directed to zag and his sports database project ![]() RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2014-12-19 Maybe, but I wanted to do it anyway. RE: [WIP] BBC Live Football Scores service - patria o muerte - 2014-12-21 (2014-12-17, 13:53)el_Paraguayo Wrote: Well I don't have an Android box so there's nothing for me to test on which makes this rather difficult. I could, in theory, try it on my phone but I think debugging on that would be quite a painful process so I'm not going to do it. Hi,it doesn't let me choose competitions in settings. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2014-12-21 (2014-12-21, 11:26)patria o muerte Wrote:OK - but I really need to see a logfile to see what's going on. Can you also confirm the name of the folder in your addons folder.(2014-12-17, 13:53)el_Paraguayo Wrote: Well I don't have an Android box so there's nothing for me to test on which makes this rather difficult. I could, in theory, try it on my phone but I think debugging on that would be quite a painful process so I'm not going to do it. RE: [WIP] BBC Live Football Scores service - patria o muerte - 2014-12-21 Code: [quote='el_Paraguayo' pid='1866857' dateline='1419154805'] thanks. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2014-12-21 I also need to fix the addon.xml file so that the right modules are installed if they aren't already m RE: [WIP] BBC Live Football Scores service - patria o muerte - 2014-12-21 I can confirm your script works perfectly on my android box. Thank you for your work! RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2014-12-21 That's good to hear. Thanks for confirming. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-03 I'm working on adding some extra functionality. Here's a screenshot showing how additional match information can be displayed. ![]() RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-06 This is driving my crazy lol, always get a script error from this, the error in the log says that it can't find beautiful soup module, but i have it installed? 02:08:20 T:139926464694016 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 BeautifulSoup Traceback (most recent call last): File "/home/declan/.kodi/addons/service.bbclivefootballscores/default.py", line 37, in <module> from footballscores import League File "/home/declan/.kodi/addons/service.bbclivefootballscores/footballscores.py", line 18, in <module> from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup -->End of Python script error report<-- Running kodiuntu on Helix. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 That's probably my fault. When you say you have it installed, do you mean you installed beautiful soup in kodibuntu (e.g. via apt-get install python-beautifulsoup) or have you got the Kodi beautiful soup library installed. It's the latter that you need. This is marked as a requirement in the module, but it only gets imported if you install form the zip file. Unfortunately (and I'll need to work on this) installing from zip doesn't yet work. So, you need to install the beautiful soup module which should be in the official repository. See here: http://kodi.wiki/view/Add-on:BeautifulSoup. If you've done that and it still doesn't work then I'll need to look into it for you. RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-06 I was installing beautiful soup from the official repo not apt-get. Still the same error so not sure. RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 Strange. Let me take a look later tonight and see if I can recreate. RE: [WIP] BBC Live Football Scores service - Dec64 - 2015-01-06 (2015-01-06, 15:32)el_Paraguayo Wrote: Strange. Let me take a look later tonight and see if I can recreate. Ahh i think it was my mistake in the end. I didn't have it installed via apt-get either. I did this and now I do not get any errors. Hopefully it will now work. Sorry about that RE: [WIP] BBC Live Football Scores service - el_Paraguayo - 2015-01-06 Not your fault - the script should work using the module from the repository. If it doesn't it's going to be pretty difficult for people to use easily. I'll still take a look at this - thanks for bringing to my attention. |