XBMC Community Forum
FoxSoccer.tv - 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: FoxSoccer.tv (/showthread.php?tid=98894)

Pages: 1 2 3 4 5 6 7 8 9 10 11


- RuiJay - 2012-02-12 19:26

tcz009 Wrote:It's not Sunday yet !!! lolRolleyes

depends on the time zone you are in Smile


- tcz009 - 2012-02-12 19:56

RuiJay Wrote:depends on the time zone you are in Smile

patients is the virtue of life Wink


- olinbg - 2012-02-13 16:06

tcz009 Wrote:patients is the virtue of life Wink

You guys are hilarious.

Good news from the work I did over the weekend, authentication will work at least for replayed full matches on the site, XBMC notifies when it logs in successfully.

The bad news is that streams don't seem to start consistently right now. Basically, I get an error that the steam does not have configuration parameters. However, in some situations, it starts with no problem, and looks to be coming through in at least 1500k bitrate, which is good.

I'll dive in to the config error tonight, when connecting through the browser I think it launches the flash player with configuration, so if I can duplicate that, we should be ready to roll.

Even if I can't get it working consistently, I'll try to get a test build ready to share so you guys can send me more logs - help get to the bottom of it. I'd say tomorrow if I can find a few hours to clean things up.

Thanks for the support.


- RuiJay - 2012-02-13 17:22

Thank you for the updates mate!


- tcz009 - 2012-02-13 18:21

thanks olinbg !!
now i'm going back to being patient lol Big Grin


- RuiJay - 2012-02-13 19:45

tcz009 Wrote:thanks olinbg !!
now i'm going back to being patient lol Big Grin

You mean back to the virtue of life? :-)


0.3.0 version available - olinbg - 2012-02-19 18:19

I've decided to make the next test version available to you guys in the hopes you can help me track down potential causes for streams not starting.

Said another way: This only works sometimes for me. Please enable the debugging options under settings, try out some streams, and pastebin or post the results.

Also, you need to have a valid FSTV username/password for the replays to work, values are set under settings. This doesn't include live streams yet, but I am going to try to get them working once replays are consistent. Thanks again for all the help, guys.

Download:

https://github.com/downloads/olinbg/foxsoccertv-xbmc/foxsoccertv-xbmc-0.3.0.zip

Install note:

I would wipe out the older version of the plugin completely to prevent stale settings.

-Olin


- locomot1f - 2012-02-19 18:54

awesome!!! i will sign up for there free trial this week, and get you all the debugging logs you need!


- moontan77 - 2012-02-19 19:29

not working for me when i click the replays directory (i'm using a us vpn but this works fine for the website and ipad app)

after login details in the login i see this

17:24:44 T:114372608 NOTICE: FSTV Method --> login
17:24:44 T:114372608 NOTICE: FSTV Message --> Saving cookie: /var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/resources/cache/fstv-cookies.lwp
17:24:44 T:114372608 ERROR: Error Type: <type 'exceptions.ValueError'>
17:24:44 T:114372608 ERROR: Error Contents: timestamp out of range for platform time_t
17:24:44 T:114372608 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/default.py", line 195, in <module>
ok = show_full_list(mode)
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/default.py", line 125, in show_full_list
if fstv.login():
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/fstv.py", line 219, in login
cj.save(COOKIEFILE, ignore_discard=True, ignore_expires=True)
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 89, in save
f.write(self.as_lwp_str(ignore_discard, ignore_expires))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 75, in as_lwp_str
r.append("Set-Cookie3: %s" % lwp_cookie_str(cookie))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 35, in lwp_cookie_str
time2isoz(float(cookie.expires))))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/cookielib.py", line 99, in time2isoz
year, mon, mday, hour, min, sec = time.gmtime(t)[:6]
ValueError: timestamp out of range for platform time_t
17:24:44 T:100339712 ERROR: GetDirectory - Error getting plugin://plugin.video.fstv/?mode=32
17:24:44 T:100339712 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fstv/?mode=32) failed
17:24:44 T:154771456 NOTICE: -->Python Interpreter Initialized<--
17:24:45 T:154771456 NOTICE: FSTV Method --> <module>
17:24:45 T:154771456 NOTICE: FSTV Message --> Sys: ['plugin://plugin.video.fstv/', '0', '?mode=30'] | Handle: 0
17:24:45 T:154771456 NOTICE: ##########################################################
17:24:45 T:154771456 NOTICE: Mode: 30
17:24:45 T:154771456 NOTICE: ##########################################################
17:24:45 T:154771456 NOTICE: FSTV Method --> show_full
17:24:45 T:154771456 NOTICE: FSTV Message --> Handle: 0 | Sys: ['plugin://plugin.video.fstv/', '0', '?mode=30']


- olinbg - 2012-02-19 21:03

moontan77 Wrote:not working for me when i click the replays directory (i'm using a us vpn but this works fine for the website and ipad app)

after login details in the login i see this

17:24:44 T:114372608 NOTICE: FSTV Method --> login
17:24:44 T:114372608 NOTICE: FSTV Message --> Saving cookie: /var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/resources/cache/fstv-cookies.lwp
17:24:44 T:114372608 ERROR: Error Type: <type 'exceptions.ValueError'>
17:24:44 T:114372608 ERROR: Error Contents: timestamp out of range for platform time_t
17:24:44 T:114372608 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/default.py", line 195, in <module>
ok = show_full_list(mode)
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/default.py", line 125, in show_full_list
if fstv.login():
File "/var/mobile/Library/Preferences/XBMC/addons/foxsoccertv-xbmc/fstv.py", line 219, in login
cj.save(COOKIEFILE, ignore_discard=True, ignore_expires=True)
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 89, in save
f.write(self.as_lwp_str(ignore_discard, ignore_expires))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 75, in as_lwp_str
r.append("Set-Cookie3: %s" % lwp_cookie_str(cookie))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/_LWPCookieJar.py", line 35, in lwp_cookie_str
time2isoz(float(cookie.expires))))
File "/Applications/XBMC.app/Frameworks/lib/python2.6/cookielib.py", line 99, in time2isoz
year, mon, mday, hour, min, sec = time.gmtime(t)[:6]
ValueError: timestamp out of range for platform time_t
17:24:44 T:100339712 ERROR: GetDirectory - Error getting plugin://plugin.video.fstv/?mode=32
17:24:44 T:100339712 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fstv/?mode=32) failed
17:24:44 T:154771456 NOTICE: -->Python Interpreter Initialized<--
17:24:45 T:154771456 NOTICE: FSTV Method --> <module>
17:24:45 T:154771456 NOTICE: FSTV Message --> Sys: ['plugin://plugin.video.fstv/', '0', '?mode=30'] | Handle: 0
17:24:45 T:154771456 NOTICE: ##########################################################
17:24:45 T:154771456 NOTICE: Mode: 30
17:24:45 T:154771456 NOTICE: ##########################################################
17:24:45 T:154771456 NOTICE: FSTV Method --> show_full
17:24:45 T:154771456 NOTICE: FSTV Message --> Handle: 0 | Sys: ['plugin://plugin.video.fstv/', '0', '?mode=30']

Thanks for the info. This looks like a compatibility issue with Python 2.5 - I'll investigate how to deal with dates > year 2038 (which is apparently what you got from the browser for your cookie)