Kodi Community Forum
[RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC (/showthread.php?tid=99422)



- BelowtheWaste - 2011-05-02

mclog Wrote:If you could please find the xbmc.log and paste what it says I'll have a look at it.

Debug log is located here: /private/var/mobile/Library/Preferences/xbmc.log on the ATV2

Also, what are you doing at the point you get this error? That'll probably help me locate the bug if you can't the log quickly.

This appears to be the relevant part. Now running 2nd May nightly. Error occurs on startup when you would imagine that it is authenticating user credentials.

Many Thanks.


LiveOnlineFooty plugin...
01:15:33 T:117936128 M:109813760 NOTICE: -->Python Interpreter Initialized<--
01:15:33 T:117936128 M:109813760 DEBUG: Process - The source file to load is /var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof/default.py
01:15:33 T:117936128 M:109813760 DEBUG: Process - Setting the Python path to /var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof:/var/mobile/Library/Preferences/XBMC/addons/script.module.simplejson/lib:/var/mobile/Library/Preferences/XBMC/addons/script.module.beautifulsoup/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pil/lib:/private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/addons/script.module.pysqlite/lib:/var/stash/Applications/XBMC.frappliance/Frameworks:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python26.zip:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-darwin:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/plat-mac/lib-scriptpackages:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-tk:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-old:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/lib-dynload:/var/stash/Applications/XBMC.frappliance/Frameworks/lib/python2.6/site-packages:
01:15:33 T:117936128 M:109813760 DEBUG: Process - Entering source directory /var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof
01:15:33 T:117936128 M:109813760 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.lof" dependent on version 1.0 of the xbmc.python api
01:15:34 T:116436992 M:109514752 INFO: Loading skin file: DialogProgress.xml
01:15:34 T:116436992 M:109510656 DEBUG: DialogProgress::StartModal called
01:15:34 T:116436992 M:109510656 DEBUG: ------ Window Init (DialogProgress.xml) ------
01:15:34 T:116436992 M:109506560 INFO: Texture bundle has changed, reloading
01:15:34 T:116436992 M:109506560 DEBUG: Cleanup - Closed bundle
01:15:34 T:116436992 M:109494272 INFO: Texture bundle has changed, reloading
01:15:34 T:116436992 M:109494272 DEBUG: Cleanup - Closed bundle
01:15:34 T:100626432 M:117456896 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
01:15:36 T:117936128 M:116887552 ERROR: /var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof/default.py:39: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
artwork = ''.join([os.getcwd(),'\image\\'])
01:15:36 T:117936128 M:116887552 ERROR: /var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof/default.py:40: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
modules = ''.join([os.getcwd(),'\modules\\'])
01:15:36 T:117936128 M:116887552 INFO: -->Python script returned the following error<--
01:15:36 T:117936128 M:116887552 ERROR: Error Type: <type 'exceptions.ImportError'>
01:15:36 T:117936128 M:116887552 ERROR: Error Contents: No module named LOF_Scraper
01:15:36 T:117936128 M:116887552 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.lof/default.py", line 43, in <module>
import LOF_Scraper
ImportError: No module named LOF_Scraper
01:15:36 T:117936128 M:116887552 INFO: -->End of Python script error report<--
01:15:36 T:100626432 M:117170176 INFO: Loading skin file: DialogKaiToast.xml
01:15:36 T:100626432 M:117166080 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
01:15:36 T:100626432 M:117166080 INFO: Texture bundle has changed, reloading
01:15:36 T:100626432 M:117166080 DEBUG: Cleanup - Closed bundle
01:15:36 T:117936128 M:117161984 INFO: Python script stopped
01:15:36 T:117936128 M:117161984 DEBUG: Thread Python Thread 117936128 terminating
01:15:36 T:116436992 M:117071872 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
01:15:37 T:100626432 M:117071872 ERROR: GetDirectory - Error getting plugin://plugin.video.lof/
01:15:37 T:100626432 M:117071872 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.lof/) failed
01:15:37 T:100626432 M:117071872 DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
01:15:37 T:100626432 M:117071872 DEBUG: ParentPath = []
01:15:37 T:100626432 M:117075968 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117075968 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117075968 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117075968 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117075968 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117075968 DEBUG: Cleanup - Closed bundle
01:15:37 T:805015552 M:117071872 DEBUG: Thread Background Loader start, auto delete: 0
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:111837184 M:117071872 DEBUG: GetImageHash - unable to stat url /var/mobile/Library/Preferences/XBMC/addons/plugin.video.msn.uk/icon.png
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117071872 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117071872 DEBUG: Cleanup - Closed bundle
01:15:37 T:100626432 M:117116928 DEBUG: waiting for python thread 1 to stop
01:15:37 T:100626432 M:117121024 DEBUG: python thread 1 destructed
01:15:37 T:805015552 M:117121024 DEBUG: Thread Background Loader 805015552 terminating
01:15:37 T:100626432 M:117121024 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
01:15:37 T:100626432 M:117125120 INFO: Texture bundle has changed, reloading
01:15:37 T:100626432 M:117125120 DEBUG: Cleanup - Closed bundle
01:15:42 T:100626432 M:117063680 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
01:15:47 T:100626432 M:117547008 INFO: Python, unloading python shared library because no scripts are running anymore
01:15:48 T:100626432 M:117547008 INFO: CheckIdle - Closing session to http://feeds.feedburner.com (easy=0x3f4f000, multi=0x2288c440)
01:15:49 T:100626432 M:117542912 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0x3f58000, multi=0x22890300)
01:16:00 T:103288832 M:117534720 DEBUG: Thread Jobworker 103288832 terminating (autodelete)
01:16:06 T:116436992 M:117538816 DEBUG: Thread Jobworker 116436992 terminating (autodelete)
01:16:07 T:101158912 M:117551104 DEBUG: Thread Jobworker 101158912 terminating (autodelete)
01:16:07 T:111837184 M:117555200 DEBUG: Thread Jobworker 111837184 terminating (autodelete)
01:16:19 T:100626432 M:117686272 DEBUG: SECTION:UnloadDll(libcurl.4.dylib)
01:16:19 T:100626432 M:117686272 DEBUG: Unloading: libcurl.4.dylib


- mclog - 2011-05-03

BelowtheWaste Wrote:This appears to be the relevant part. Now running 2nd May nightly. Error occurs on startup when you would imagine that it is authenticating user credentials.

Many Thanks.

Perfect! It was something I suspected, will make a fix (not testable in my house on ATV2 and release today.


- BelowtheWaste - 2011-05-04

1.5.1 seems to have solved the problem and I am now getting access to the Chanels/Schedule/Settings page.

Unfortunately, there is nothing broadcasting right now so I can test no further.

I did reply to the PM but as a new member am unsure whether you received it as it does ot appear in sent items.

Thanks for the quick response.


- mclog - 2011-05-04

Good stuff, if you get access to those pages, the problem is fixed. The bug will cause the addon to fail when starting so clearly resolved Smile


- PKOneTwo - 2011-05-08

Two problems:

watching manu vs chelsea

in the schedule are thre channels listed (channel 1 (works), low bandwith and high bandwith)

First last two mentioned appear worng: "<b> low bandwith <b>" and "<b> high bandwith <b>"
Second: you can't start them
Third: found out which channel the high bandwith is, but the channel doesn't start (if selected in Channels subdirectory)


- mclog - 2011-05-08

Thanks for that, they've made some inconsistent HTML formatting that buggers up the scraper, need to see if I can work around that for future events.

Channel not starting, it doesn't start for me in the browser at the moment either Smile

PKOneTwo Wrote:Two problems:

watching manu vs chelsea

in the schedule are thre channels listed (channel 1 (works), low bandwith and high bandwith)

First last two mentioned appear worng: "<b> low bandwith <b>" and "<b> high bandwith <b>"
Second: you can't start them
Third: found out which channel the high bandwith is, but the channel doesn't start (if selected in Channels subdirectory)



- DazNoonan - 2011-05-08

Slightly confused here, the first posts mentions 1.6 but the download is only for 1.5.1. Have I missed something? I am running 1.4.1 which seems stable on the ATV2 and unsure about updating...

Thanks


- mclog - 2011-05-08

There's a 1.6.0 available through the mortstar repo, I think mykster didn't change the direct download link on the first page. Don't be nervous about the 1.6.0 version, it's just a couple of little issues with scraping, otherwise fine


- PKOneTwo - 2011-05-08

mclog Wrote:Thanks for that, they've made some inconsistent HTML formatting that buggers up the scraper, need to see if I can work around that for future events.

Channel not starting, it doesn't start for me in the browser at the moment either Smile

It was channel 7 (high bandwith) und that worked in the browser very good (at lat for me).


- DazNoonan - 2011-05-08

mclog Wrote:There's a 1.6.0 available through the mortstar repo, I think mykster didn't change the direct download link on the first page. Don't be nervous about the 1.6.0 version, it's just a couple of little issues with scraping, otherwise fine
Do you have a link to it please?


- mortstar - 2011-05-08

DazNoonan Wrote:Do you have a link to it please?

myksterx - maybe just link...

EDIT: Nice instructions on the first post = win Big Grin


- trogggy - 2011-05-09

mortstar Wrote:myksterx - maybe just link up the repo here? Xbox is no longer supportered platform on this forum and a think http://www.xbmc4xbox.org/ has a specific forum thread for this plugin and they can keep their direct link up-to-date, rather than you needing to. Otherwise the above confusion ensues.

DazNoonan Wrote:Slightly confused here, the first posts mentions 1.6 but the download is only for 1.5.1. Have I missed something? I am running 1.4.1 which seems stable on the ATV2 and unsure about updating...
Poor old xbox, always gets the blame...Sad
Laugh

Good idea to link the repo though. It's not hard to find the latest d/load.


- whufclee - 2011-05-15

Just to let you know whilst watching the Wigan v West Ham game there were two links available (Channel 2 & 7). I started on channel 2 and then switched to number 7, tried to change back but channel 2 didn't work - it does on the website. Also I couldn't get channel 3 to work and it's working on website (Birmingham v Fulham). Here's the log http://pastebin.com/xPkXXVRd

(On Win7), Cheers

Just checked and it's working great on xbox, just not Windows. Using same version (1.6)


- mclog - 2011-05-19

Thanks for the info, I'll check it out, at least at the moment I'm able to play all channels so not entirely sure what might be wrong...


- VanZan - 2011-05-28

Wanted to watch the second half of the Stevenage game but I just could not get any channel/stream to work. I went to the LOF website on my laptop and could watch the match there. I was using version 1.4.0 and then updated to 1.6.0 but still no joy! Really worried I won't be able to watch the play off final on Monday! Anybody else having problems? I suppose you guys will need a log or something like that? I'm using a XBOX.