• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 40
Release ESPN 3
#1
Greetings everyone,

I have sent the updates to the ESPN 3 addon to the mainline Kodi Repository.
Again, enough thanks can not be said to all that have helped to continue the development of this addon

The current version should be 2.9.4 (June 19, 2016)
With this, all necessary dependencies should be downloaded at the time of installment.

If you are having any problems, just like with any addon, please supply a log file for review.

Updates: August 2016 --
Please note, all future development of this addon will take place here -- https://github.com/kodi-addons
awaters1 Wrote:It is official! I am proud to report that this updated addon has been included into the official kodi addon repository http://addons.kodi.tv/show/plugin.video.espn_3/ . Thank you to everyone who helped us reach this milestone.


You can find the full Repo here -- https://github.com/kodi-addons/repo.kodi-addons
Please feel free to test out the espn repo here -- https://github.com/kodi-addons/plugin.video.espn_3
and for those of us (like me) who often have trouble with the master.zip file
https://github.com/kodi-addons/repo.kodi...addons.zip

There are some additional addons that you will need, if you don't have them already.
Requires
script module - m3u8 (http://kodi.wiki/view/Add-on:M3u8)
script module dateutil (http://kodi.wiki/view/Add-on:Dateutil)

If there are any skilled programmers with access to the FULL WatchESPN app, and want to add to the work done, please feel free to fork and we will test the work, and see if it fits in with pull requests.
-----------------------------------------------------------------------------------------
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#2
getting script error when i try to play something
Reply
#3
(2015-06-26, 21:18)dowayne Wrote: getting script error when i try to play something

If you are having any problems, just like with any addon, please supply a log file for review.

i really can't help you with out this part.

other things that will help:
Who is your internet provider?
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#4
Hey locomot1f -

Looks like the addon is generating a script failed error when attempting to access live streams. A minor tweak to line 128 fixes it.

Change the line from this:

Code:
etime = time.strftime("%I:%M %p",time.localtime(starttime))

to this:

Code:
etime = time.strftime("%I:%M %p",time.localtime(float(starttime)))

And the error goes away.
Kodi Nexus on Dell Optiplex 980 Lubuntu 20.04 | Kodi Nexus on HTPC Lubuntu 20.04 | My Add-ons | Legacy Repo | Matrix Repo
Reply
#5
got it.

haven't seen this error on my Ubuntu build.
is this on your Lubuntu build?

will test it against my git repo.
and if all works well, i'll get it pushed to the Mainline repo.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#6
(2015-07-05, 08:05)locomot1f Wrote: got it.

haven't seen this error on my Ubuntu build.
is this on your Lubuntu build?

will test it against my git repo.
and if all works well, i'll get it pushed to the Mainline repo.

This was happening on both my laptop (Ubuntu) and HTPC (Lubuntu). After reading your post, I un-did the changes on my laptop and it worked ok. Then I un-did the changes on my HTPC and it worked ok too.

Wondering if this was due to a glitch on ESPN's side? Huh

I've re-enabled the changes to both my systems though, and if they're not causing you any unintended side-effects it might be worth it to put them in the official release just to avoid the issue in the future.
Kodi Nexus on Dell Optiplex 980 Lubuntu 20.04 | Kodi Nexus on HTPC Lubuntu 20.04 | My Add-ons | Legacy Repo | Matrix Repo
Reply
#7
still trying to understand the process of updating the official repo through github.

i've created a PR for the changes... i'll keep everyone posted.
the changes are in my github repo (see first post) if you are having issues.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#8
I can't get anything to playback. Checking the logs I see AttributeError: 'NoneType' object has no attribute 'find' each time. Attached is the log, let me know what you think. Trying this on Kodi 15 RC1 latest build in your Repo

http://pastebin.com/egnPGUij

EDIT:

appears to be an issue with my Userdata affiliate name. It was "Invalid" before I modified it to something else to get it working Smile
Reply
#9
(2015-07-07, 21:32)mrdally204 Wrote: I can't get anything to playback. Checking the logs I see AttributeError: 'NoneType' object has no attribute 'find' each time. Attached is the log, let me know what you think. Trying this on Kodi 15 RC1 latest build in your Repo

http://pastebin.com/egnPGUij

EDIT:

appears to be an issue with my Userdata affiliate name. It was "Invalid" before I modified it to something else to get it working Smile

Good job. This is the one thing that seems to keep most people from getting this add-on to work.

Anyone else having the same issue should check this post to get their userdata.xml setup quickly.
Kodi Nexus on Dell Optiplex 980 Lubuntu 20.04 | Kodi Nexus on HTPC Lubuntu 20.04 | My Add-ons | Legacy Repo | Matrix Repo
Reply
#10
I've been getting a script error when trying to play a specific event (Rodeo) - All other Live streams work, in addition to the Replays.


14:20:35 T:4500 NOTICE: Name: [COLOR=fff5f5f5]12:30 PM - Calgary Stampede - Rodeo (Day 8)[/COLOR]
14:20:35 T:4500 NOTICE: ESPN3: get_html: http://espn.go.com/watchespn/player/config
14:20:35 T:4500 NOTICE: ESPN3: get_html: https://espn-ws.bamnetworks.com/pubajaxw...d=domestic
14:20:35 T:4500 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: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
-->End of Python script error report<--
Reply
#11
I can't play that one either and I get "SMIL URL Blank. Unable to playback video". Looks like an old issue http://forum.kodi.tv/showthread.php?tid=...id=1506741

I can play the same video in Android phone and tablet. Didn't try but the browser should also work.
Reply
#12
(2015-07-10, 23:27)GriffeyJuni0r Wrote: I've been getting a script error when trying to play a specific event (Rodeo) - All other Live streams work, in addition to the Replays.


14:20:35 T:4500 NOTICE: Name: [COLOR=fff5f5f5]12:30 PM - Calgary Stampede - Rodeo (Day 8)[/COLOR]
14:20:35 T:4500 NOTICE: ESPN3: get_html: http://espn.go.com/watchespn/player/config
14:20:35 T:4500 NOTICE: ESPN3: get_html: https://espn-ws.bamnetworks.com/pubajaxw...d=domestic
14:20:35 T:4500 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: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
-->End of Python script error report<--

It looks like the eventId and contentId are missing from the url. This is odd since the rodeo stream is in HLS format, but from the log segment you've posted it looks like the add-on is attempting to assemble a stream url for the HDS or RTMP formats. Can you try to view this event again and post a full log?

(2015-07-11, 00:10)siuside Wrote: I can't play that one either and I get "SMIL URL Blank. Unable to playback video". Looks like an old issue http://forum.kodi.tv/showthread.php?tid=...id=1506741

I can play the same video in Android phone and tablet. Didn't try but the browser should also work.

I've seen the "SMIL URL Blank. Unable to playback video" error when attempting to view the HLS format streams. Something is preventing proper authentication. A full log would be helpful.
Kodi Nexus on Dell Optiplex 980 Lubuntu 20.04 | Kodi Nexus on HTPC Lubuntu 20.04 | My Add-ons | Legacy Repo | Matrix Repo
Reply
#13
Tough. was this from today, July 10?

All I see in the replays is the 3:30pm Calgary Stampede - Rodeo (Day 8)

tough to catch the live events.

I'll keep my eye open for the Live Rodeo events to see if I can catch what's going on.

Hopefully it was a one time thing.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#14
pretty effin' sweet with the 720 feed!
i caught a football (soccer) pre-season game they showed in 720!

FINALLY!!! Big Grin
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
#15
Yes locomot1f, it was from today. I was in a rush to take the kid out to the park, so couldn't capture the log like MetalChris indicated. But I have seen this before too, maybe early this week and MetalChris is bang on, it was an HLS stream I believe because even the error that popped on the screen something to that effect. We should be able to catch this again, I'm sure.


Now where is the WatchESPN addon ? Big Grin Big Grin
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 40

Logout Mark Read Team Forum Stats Members Help
ESPN 32