Kodi Community Forum

Full Version: FOX Sports GO - available in the official repository
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Image

FOX Sports GO Kodi add-on

Before reading further, please note that this add-on is unoffical and is not endorsed or supported by Fox in any way. Not all features are supported or thoroughly tested and may not work as intended. If you're interested in helping out with the development, then please just send me a pull request. If you're reporting a bug, make sure you've enabled debugging in both the add-on settings as well as in Kodi and attached the log. Feedback and constructive input are of course always welcome.

Dependencies:

This add-on is available in the official Kodi repository and all dependencies will be installed automatically when installed from there. However, if you're installing straight from git, please make sure you've got the following modules installed:
This add-on supports Kodi Krypton or later. While it may work fine on older versions as well, it is unsupported and you're encouraged to upgrade.

Links:
Wouldn't work with my Directv account, just goes through an endless activation loop Sad
This is the Addon that I desire for a long time. I have tried with my Directv account, on the web it said the activation is successful but run the addon with error.

PM me if you want a directv account for testing.
Could you both please activate debugging in Kodi as well as the addon settings and post a log?
here is mine:

16:22:02 T:3432 NOTICE: Thread LanguageInvoker start, auto delete: false
16:22:02 T:3432 NOTICE: -->Python Interpreter Initialized<--
16:22:02 T:3432 NOTICE: [fslib]: Request URL: https://media-api.foxsportsgo.com/sessio...e3/refresh
16:22:02 T:3432 ERROR: C:\Users\Phil\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/lates...ingwarning.
SNIMissingWarning
16:22:02 T:3432 ERROR: C:\Users\Phil\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/lates...ormwarning.
InsecurePlatformWarning
16:22:02 T:3432 NOTICE: [fslib]: Response code: 200
16:22:02 T:3432 NOTICE: [fslib]: Response: {"id":"53177bd8c02-11e6-878e-1237155ee1e3","type":"REGISTERED","ip_address":"50.88.14.20","device":{"id":"iapReceiptDeviceBig Grinevice:5986c661a9-4eee-92e2-8707d87dc727:985380-27c6-4087-aa96-f3b83b9171c9","platform":"ios-tablet"},"user":{"id":"36745077-3362-441d-a489-6726b9e3f5e1-249320-e311ec89872fe86c5d0dcd1711e12647afcf7d","ipid":"iapReceiptDeviceBig Grinevice:5986c69b-61a9-4eee-92e2-8707d8c727:985382f0-27c6-4087-aa96-f3b83b9171c9","billing_location":{"type":"ZIP_CODE","zip_code":"33325"},"registration":{"auth_provider":"DTV","entitlements":["fs2","fbc-fox","fs1","sunsports","fsfl"],"expires_on":"2016-11-05T20:20:18.000+0000"}},"generated_on":"2016-10-06T20:20:29.325+0000","updated_on":"2016-10-06T20:22:03.920+0000","expires_on":"2016-10-07T00:22:03.920+0000","available_content":{"national":{"call_signs":["BIGE","FS1","FS2","FSGO","FXDEP","USOPEN","FSP"]},"geo":{"location":{"type":"ZIP_CODE","zip_code":"32725","country_code":"us"},"rsn_channel_groups":["fsfl","sunsports"],"rsn_call_signs":["FSNFL1","SUNB"],"affiliate_call_signs":["WOFL"]},"home":{"location":{"type":"ZIP_CODE","zip_code":"33325"},"rsn_channel_groups":["fsfl","sunsports"],"rsn_call_signs":["FSNFL2","SUN"],"affiliate_call_signs":["WSVN"],"teams":[{"id":"7078084a-51d5-4f93-8b4e-4cf5e3c7f062","name":"Florida Panthers","sport":"NHL"},{"id":"25e592a7-5ac3-4637-ac4a-5aa890e47a2e","name":"Miami Heat","sport":"NBA"},{"id":"cc1176ca-660e-4217-868c-0fc6f44bfaee","name":"Miami Marlins","sport":"MLB"},{"id":"eab72336-56ad-4832-971d-e6a50114f815","name":"Tampa Bay Rays","sport":"MLB"}]}},"links":[{"rel":"self","method":"GET","href":"/sessions/53177bd0-8c02-11e6-878e-1237155ee1e3"},{"rel":"refresh","method":"PUT","href":"/sessions/53177bd0-8c02-11e6-878e-1237155ee1e3/refresh"}]}
16:22:02 T:3432 NOTICE: [fslib]: Session is still valid.
16:22:02 T:3432 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'xbmcgui.ListItem' object has no attribute 'setContentLookup'
Traceback (most recent call last):
File "C:\Users\Phil\AppData\Roaming\Kodi\addons\kodi-fsgo-master\default.py", line 224, in <module>
router(sys.argv[2][1:]) # trim the leading '?' from the plugin call paramstring
File "C:\Users\Phil\AppData\Roaming\Kodi\addons\kodi-fsgo-master\default.py", line 220, in router
init()
File "C:\Users\Phil\AppData\Roaming\Kodi\addons\kodi-fsgo-master\default.py", line 197, in init
main_menu()
File "C:\Users\Phil\AppData\Roaming\Kodi\addons\kodi-fsgo-master\default.py", line 71, in main_menu
add_item(item, parameters)
File "C:\Users\Phil\AppData\Roaming\Kodi\addons\kodi-fsgo-master\default.py", line 184, in add_item
listitem.setContentLookup(False) # allows sending custom headers/cookies to ffmpeg
AttributeError: 'xbmcgui.ListItem' object has no attribute 'setContentLookup'
-->End of Python script error report<--
16:22:03 T:15364 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.fsgo/
16:22:03 T:15364 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.fsgo/) failed
i can test a variety of different providers for you. i've been meaning to message about the Viapaly addon, it stopped working for me Sad
(2016-10-06, 22:31)usphil Wrote: [ -> ]here is mine:

Looks like you successfully authenticated, which is good news. It looks like you're using an old version of Kodi though, because setContentLookup doesn't exist. Upgrade to the latest stable/Krypton beta and it should work fine.

(2016-10-06, 22:40)darrenw88 Wrote: [ -> ]i can test a variety of different providers for you. i've been meaning to message about the Viapaly addon, it stopped working for me Sad

Please do. :-) Also, post in the Viaplay thread about your issue and I'll try helping you out!
Great. I have Comcast account. I'm happy to test... appreciated
tested with timewarnercable, works really well on nvidia shield. this addon is amazing
Upgrade to Kodi 17 Beta and it works well. Thanks a lot. But I have few TVBOX run Openelec Kodi 15 (Openelec doesn't have Kodi 17). Could you update this addon compatible back to older Kodi version? That is real appreciated. Anyway this is a great addon.
(2016-10-06, 23:31)usphil Wrote: [ -> ]Upgrade to Kodi 17 Beta and it works well. Thanks a lot. But I have few TVBOX run Openelec Kodi 15 (Openelec doesn't have Kodi 17). Could you update this addon compatible back to older Kodi version? That is real appreciated. Anyway this is a great addon.

Well, you can try remove line 184 in default.py and see if it works. I won't officially support versions below Jarvis as they are now deprecated.
Hi, Your are rock. It's works. I really appreciate that.
working really well with a comcast account. thanks for sharing
bit of a strange issue. working great on old version of kodi. on kryton beta 3, its plays for like 3 seconds, then freezes for like 30 seconds, but plays great after that

EDIT : this is happening with other live streams, not just this addon. so its kodi related issue
Thank you so much!!! Working well activated with the Playstation Vue service
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13