Kodi Community Forum
[RELEASE] ESPN3.com Addon - 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] ESPN3.com Addon (/showthread.php?tid=95053)



RE: [RELEASE] ESPN3.com Addon - r3b3lspy - 2013-04-02

I"m on Apple TV 2 (black) with FRODO and 1 (silver) with EDEN and having the same error when I try to play anything from hte LIVE section, I just get the word "error" , replays are fine but I cannot play nothing from live.

I'm on Comcast and if I click on enable login and add my user-password it does not work at all and i cannot enter the app, if I leave defaults it will enter but then I get the error on live streams.

Can you help?


RE: [RELEASE] ESPN3.com Addon - tsktsk - 2013-04-04

Can't get either Live nor Archived streams to go. ERROR each time.

I can't really make heads nor tails of the log file, but it's at the link below. I tried both Live and Archived streams in creating the file, so examples of each error is present. I don't mind getting my hands dirty implementing a fix, but I'm not sure of the protocol so I don't want to muck things up more than they already are.

XBMC Frodo, Ubuntu on Apple TV 1 (silver). Thanks in advance for any help!

http://xbmclogs.com/show.php?id=9574


RE: [RELEASE] ESPN3.com Addon - andydufresne - 2013-04-06

When I select the app (ESPN3) I will see the menus's (Live, Upcoming, Replay 10 days, etc.). But when I select any of the menus I never end up seeing any content just ".."

Any reason why the app is not finding the content for me? Used to work fine, not sure why I am not seeing either live or archived sports anymore.


RE: [RELEASE] ESPN3.com Addon - billprozac - 2013-04-06

Ok, not sure if this will help anyone, but I got it working on Verizon FIOS.

There were two issues:
1. the login JS uses a different variable name in the function call, so the regex fails. This is what causes the "index out of range" error.
Chaneg the "A" to "affId" (that's a capitol i) in the line:
verizonLogin = re.compile('function verizonLogin\(A\){(.*?)}').findall(data)[0]

2. Verizon has changed their SSO to do some sanity checks (username and password). It then changes the form action through javascript. Since the python mechanize lib doesn't execute javascript, this fails. In the Verizon login section, just below the br.select_form(...) line (should also be 4 lines below the one we edited above), add the following line:
br.form.action = "https://auth.verizon.com/amserver/UI/Login?realm=dotcom&module=AIAW&goto=https://signin.verizon.com/sso/ProcessLoginServlet"

This is a total hack and if VZ changes the script, it will break. If I have some time and energy I will look into scraping the JS to determine this programatically, but in the meantime, I have mah sports!


RE: [RELEASE] ESPN3.com Addon - billolzak - 2013-04-12

Charter internet users can now access ESPN via their mobile devices. Any chance this app will be updated to take advantage of that change?


RE: [RELEASE] ESPN3.com Addon - damd369 - 2013-04-22

Is there anyway I can get the ESPN and ESPN2 working with Verizon login info? I followed the directions to post #571, but when I play those live streams, I get an ERROR screen.


RE: [RELEASE] ESPN3.com Addon - locoguano - 2013-04-24

I've officially given up on this addon... going with PlayOn for my ESPN.


RE: [RELEASE] ESPN3.com Addon - hunkyn - 2013-05-25

I get ESPN but no ESPN2 with Verizon login info. If I use get new files option both of them do not work. But I use custom files ESPN works. Is there any hope in getting this addon fixed?


RE: [RELEASE] ESPN3.com Addon - djfourmoney - 2013-05-26

I haven't had any issues with the ESPN3 Addon.... AT&T U-Verse and DirecTV both have access to ESPN3 and Speed 2... I can even get both on my Android phone = AT&T Wireless.


RE: [RELEASE] ESPN3.com Addon - locoguano - 2013-05-27

I get channel listings for ESPN, ESPN2, and ESPNU but get ERROR when I try to play. If I knew anything about coding I would just set it up to play in a browser when I select a channel. Right now I just launch with Advanced Launcher.


RE: [RELEASE] ESPN3.com Addon - hunkyn - 2013-05-27

(2013-05-27, 16:59)locoguano Wrote: I get channel listings for ESPN, ESPN2, and ESPNU but get ERROR when I try to play. If I knew anything about coding I would just set it up to play in a browser when I select a channel. Right now I just launch with Advanced Launcher.

This addon had the ability to play in browser from the beginning I believe. Look in setting there is a setting to play in browser I used to do it in firefox back then.


RE: [RELEASE] ESPN3.com Addon - locoguano - 2013-05-28

If the addon was working for me... I mean to just launch the web player.


RE: [RELEASE] ESPN3.com Addon - uncphan - 2013-06-07

I don't see ESPN3 in the list of add ons? I just see ESPN videos? Is there a repository I need to add or somewhere I need to download it manually? I apologize for the noob question but didn't see an answer.


RE: [RELEASE] ESPN3.com Addon - bharath23 - 2013-06-07

(2013-06-07, 02:16)uncphan Wrote: I don't see ESPN3 in the list of add ons? I just see ESPN videos? Is there a repository I need to add or somewhere I need to download it manually? I apologize for the noob question but didn't see an answer.

You need to download this from Bluecops repository. It is not part of the official xbmc addon repository.


RE: [RELEASE] ESPN3.com Addon - gajju - 2013-06-08

This is an awesome plugin. Thanks for creating this plugin.