XBMC Community Forum
[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)



- flea - 2011-07-02 13:38

Hi - I'm trying to login to LOF through the plugin but it tells me my username / pass are wrong. When I use the same details on the website, I get in fine.

XBMC log shows this entry:
Quote:12:33:10 T:4072 M:1818050560 NOTICE: -->Python Interpreter Initialized<--
12:33:14 T:468 M:1817604096 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.lof/?url=Settings&mode=3
12:33:14 T:468 M:1817604096 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.lof/?url=Settings&mode=3) failed
12:33:14 T:5108 M:1817526272 NOTICE: -->Python Interpreter Initialized<--
12:33:15 T:5108 M:1817751552 ERROR: XFILE::CPluginDirectory::AddItem - called with an invalid handle.
12:33:15 T:5108 M:1817751552 ERROR: Previous line repeats 1 times.
12:33:15 T:5108 M:1817751552 ERROR: XFILE::CPluginDirectory::EndOfDirectory - called with an invalid handle.
12:33:19 T:3268 M:1816543232 NOTICE: -->Python Interpreter Initialized<--
12:33:23 T:468 M:1815511040 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.lof/?url=Settings&mode=3
12:33:23 T:468 M:1815511040 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.lof/?url=Settings&mode=3) failed

Are there any other logs I can look at that might explain what is going wrong?

many thanks


- junkiepilot - 2011-07-02 14:05

flea Wrote:Hi - I'm trying to login to LOF through the plugin but it tells me my username / pass are wrong. When I use the same details on the website, I get in fine.

XBMC log shows this entry:


Are there any other logs I can look at that might explain what is going wrong?

many thanks

I'm getting this too on windows. On ATV2 i get a warning that username and password is incorrect but it still gives me a channel listing.


- flea - 2011-07-02 14:14

I get this on ATV2 and on Windows unfortunately - neither are letting me get past to view the channel list.


- whufclee - 2011-07-02 14:26

I'm getting this on both my PC and xbox setups. However on the xbox I am still able to use it as normal as all the listings still appear (just under where it says incorrect username/password). PC just shows me the "incorrect username" screen and I can't go any further.


- xcandyman1 - 2011-07-02 14:27

Same issue for me also incorrect password alert via xbmc stable dharma openelec


- mclog - 2011-07-02 17:09

Hi

I'll check this tonight, I assume it's just an update to the LOF site that confuses a couple of checks.


- VanZan - 2011-07-02 17:10

Sort it out NOW!!! What else do we pay you the big bucks for? Big Grin


Fix to Current Problem - mclog - 2011-07-02 17:32

Yes, my big bucks are highly motivating Wink OK, I have the fix, less than 10 minutes after reading the problem, so not too bad Tongue

For people who are impatient and can't wait for the build to come, open the file \XBMC\addons\plugin.video.lof\modules\LOF_Scraper.py and change line 21 from:

self.unapwd_regex = '<h3 align="left">Welcome,<b><i> (.+?)</i>'

to:

self.unapwd_regex = '<td width="85%">Welcome, (.+?)&nbsp;</td>'

Otherwise, wait for new build to be posted/added to the repo later today Smile

VanZan Wrote:Sort it out NOW!!! What else do we pay you the big bucks for? Big Grin



- VanZan - 2011-07-02 17:38

You'd think they'd stop messing around with the site on the very day of the fight wouldn't you? Thanks mclog!!


- flea - 2011-07-02 17:47

Thats it sorted - thank you very much for the quick fix!