![]() |
|
[RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] LiveOnlineFooty.com - Watch premium sports streaming services with XBMC (/showthread.php?tid=99422) |
- mclog - 2011-09-23 22:45 There's a close to 0% that the skin would affect this plugin. I don't know, the LOF guys have made alot of changes recently, they should have done this invite system off season. Alot of people are reporting problems with authentication, I never have any so it's difficult for me to look for a fix without some logging and platform info. richb Wrote:changed the theme back to the original and getting the same behavior so nothing to do with that, i guess your right maybe just teething problems. - mclog - 2011-09-23 22:49 I just got the same error for the first time They've changed the user page it makes a check fail but doesn't stop you watching channels. VanZan Wrote:Now when I run the plugin I get a page with - cifa - 2011-09-24 09:10 Heres my XBOX log. I am using Build SVN:30960 This was definitely not working last night - but I got it going this morning but with same error as VanZan 'Your username and/or password is incorrect'
- mclog - 2011-09-24 10:21 Guys, I'm looking at all these problems. I'm a bit stretched for time, I have a hellish work project that will finish next week, so will have more time after that. More time consuming than that is my 7 week old baby daughter with colic that demands alot of attention. The invite only system was a complete surprise to me, I can see what most of the problems are, and I'll have them fixed in the next week. I know that it's not been a totally satisfactory start to the season for users of the plugin, but have a little patience and I'll get all these issues fixed
- zz99 - 2011-09-24 10:43 Mclog - Very many thanks for your continued support for this plugin Tis very much appreciated
- mclog - 2011-09-24 10:51 It'll take a while to get something out through the repo, but for people getting authentication problems, that don't mind going into the code, do the following to fix that problem: 1) in the folder XBMC/addons/plugin.video.lof/modules open the file LOF_Scraper.py 2) replace line 24 that is currently: self.unapwd_regex = '<td width="85%">Welcome, (.+?) </td>' with the following: self.unapwd_regex = '<p>Welcome, <strong>(.+?)\ </strong></p>' If you want a schedule, in the same file (LOF_Scraper.py), replace line 19 from: self.scheduleurl = ''.join([self.baseurl, 'schedule.php']) to: self.scheduleurl = ''.join([self.baseurl, 'schedule23456817.php']) Why oh why oh why would you have a webpage. with a schedule, called schedule23456817? - mclog - 2011-09-24 11:04 Posted new build to the guy who runs the repo, for the people who aren't adventurous and will hack the fixes themselves, you'll get a new version pushed sometime this weekend I hope. - ady199 - 2011-09-24 11:46 mclog Wrote:It'll take a while to get something out through the repo, but for people getting authentication problems, that don't mind going into the code, do the following to fix that problem: Works great now - many thanks for the quick fix
- mortstar - 2011-09-24 11:58 Repo's updated For those who want it ASAP you can force a check for updates by using the context menu on the Repo screen of XBMC.Great work as always mclog....sorry to hear about your daughter, hope she gets well soon. - cifa - 2011-09-24 12:32 mclog Wrote:More time consuming than that is my 7 week old baby daughter with colic that demands alot of attention. was going to say - baby 1st - everything else 2nd (thats what the wife tells me) ![]() thanks for giving us footie/XBMC lovers a wee bit of priority on this fix - much appreciated! |