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)



- jacky89 - 2011-10-13

WildBill Wrote:Use your swid and change the affilateid to comcast_sso and it will work

Holy Sh*t it works!!! Thanks!


- WildBill - 2011-10-13

jacky89 Wrote:Holy Sh*t it works!!! Thanks!
I know I posted it weeks ago but noone ever read my post. Glad to help one person,


- canadave - 2011-10-13

jacky89 Wrote:My affiliateid says "invalid".

However, I do have a SWID, but it doesn't work after modding the default.py.

My isp is not listed on the ESPN website. Is that the reason why it doesn't work?

WildBill Wrote:Use your swid and change the affilateid to comcast_sso and it will work

I'm in the same boat as jacky89. I tried the fix WildBill posted, but it still doesn't work. Any other ideas?


- locomot1f - 2011-10-13

just updated the replay by sports section to include Squash and Darts (under Miscellaneous).


- WildBill - 2011-10-13

canadave Wrote:I'm in the same boat as jacky89. I tried the fix WildBill posted, but it still doesn't work. Any other ideas?

You this default and change the swid and the affialteID

http://www.mediafire.com/?lba8adb5iz5j839


- canadave - 2011-10-13

WildBill Wrote:You this default and change the swid and the affialteID

http://www.mediafire.com/?lba8adb5iz5j839

Hi, thanks very much for that...it didn't work however.

I replaced the affiliateID with 'comcast_sso' and I replaced the SWID in both places. When I go to the ESPN3 addon and try a live stream, it says "One or more items failed to play" and there's a plugin script error. If I try one of the streams from within the last few days, I just get a plugin script error.

EDIT: Here's the relevant section of the pastebin from where I try to play a stream:
http://pastebin.com/Qr851auP


- canadave - 2011-10-13

hahahaha....

Well, I figured it out....finally got it working, tuned in to the cricket match I wanted to watch.....JUST in time to see them shaking hands at the end of the match! LOL

The problem was in line 208 of the default.py you posted. It had an IP address. Instead, it should be this line:

Code:
userdata = 'http://broadband.espn.go.com/espn3/auth/userData'

So I changed that, and it's all good now!! Thanks so much!


- perro6969 - 2011-10-13

I did the same as canadave and it's working for me...and I'm in Germany! (Got the SWID using a USA proxy)
Thanks a lot to WildBill and canadave!


- WildBill - 2011-10-14

canadave Wrote:hahahaha....

Well, I figured it out....finally got it working, tuned in to the cricket match I wanted to watch.....JUST in time to see them shaking hands at the end of the match! LOL

The problem was in line 208 of the default.py you posted. It had an IP address. Instead, it should be this line:

Code:
userdata = 'http://broadband.espn.go.com/espn3/auth/userData'

So I changed that, and it's all good now!! Thanks so much!
You know you could watch the replay but that 8 hours long.


- ItsTheSource - 2011-10-14

Works great! Thanks!


- paveksam - 2011-10-15

WildBill Wrote:Use your swid and change the affilateid to comcast_sso and it will work

I tryed trick with usa proxy days ago, but write affilateid as it was shown - 'comcast', it didnt work. 'comcast_sso' - thats works! TY! Nod


- Mojonba - 2011-10-16

Mojonba Wrote:Can anybody help me troubleshoot this error? I have loaded the latest default.py edited with my affiliateid and swid. I get a script error when I load a replay feed.

Here's the log file.

Code:
ERROR: Error Type: <type 'exceptions.IndexError'>
20:57:37 T:2968517520   ERROR: Error Contents: list index out of range
20:57:37 T:2968517520   ERROR: Traceback (most recent call last):
                                              File "/root/.xbmc/addons/plugin.video.espn3/default.py", line 366, in <module>
                                                PLAY(url)
                                              File "/root/.xbmc/addons/plugin.video.espn3/default.py", line 213, in PLAY
                                                smilurl = Soup(html).findAll('url')[0].string
                                            IndexError: list index out of range
20:57:37 T:2968517520

It turns out my default.py was not copied correctly.

I copied it correctly using this command after transferring it to /home/atv

"sudo mv /home/atv/default.py /root/.xbmc/addons/plugin.video.espn3/default.py"

It is working beautifully now. Great picture quality. Thanks.


- canadave - 2011-10-16

WildBill Wrote:You know you could watch the replay but that 8 hours long.

Just realized that today, and just finished watching all 8 hours Smile This addon is tooooo awesome!!


- Djjack - 2011-10-16

ok im new to this forum and i had xbmc for about a month. got this plug in. and it doesnt work. and all this take of logs and w.e i have no clue what to do. anyone guide me on a step by step. i have windows 7


- canadave - 2011-10-16

Djjack Wrote:ok im new to this forum and i had xbmc for about a month. got this plug in. and it doesnt work. and all this take of logs and w.e i have no clue what to do. anyone guide me on a step by step. i have windows 7

"All this take of logs and whatever" is not just some thing to be shrugged off. It's CRUCIAL to figuring out what the problem MIGHT be. How else would anyone possibly know?

All the information you need to find the logs and so on is in the sticky posts of the XBMC for Windows forum (see the parent forum of this one--forum.xbmc.org).

Also, make sure you read the posts over the last two pages of this thread, CAREFULLY. Specifically WildBill's post (#522).