• 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 40
Release ESPN 3
(2016-06-30, 03:48)awaters1 Wrote: Thank you, I added in code to detect this, show an appropriate error message, and disable the channel in the settings. Right now it is at version 2.9.9, I want to give this a few days of testing before pushing it to the official kodi repository.

Looks great, and much cleaner now that we can hide channels - thanks!!
Reply
(2016-06-30, 04:08)awaters1 Wrote: Any other takers on the ViewESPN name? I'm partial to using something that starts with ESPN so that it shows in the addon list near the Es.

You could go back to just ESPN. Or maybe something like ESPN Networks, ESPN Access, ESPN Live, ESPN TV, etc...

But - You fixed it, you name it. A rose by any other name, and that sort of stuff. As long as it works, it's good.

Might be time to change the icons and fanart though...

watch gallery


(2016-06-30, 20:06)GriffeyJuni0r Wrote:
(2016-06-30, 03:48)awaters1 Wrote: Thank you, I added in code to detect this, show an appropriate error message, and disable the channel in the settings. Right now it is at version 2.9.9, I want to give this a few days of testing before pushing it to the official kodi repository.

Looks great, and much cleaner now that we can hide channels - thanks!!

Yes, I agree! Very nice work. Thanks!!

I'll give it a more thorough test over the weekend, but so far, so good.
Kodi Nexus on Dell Optiplex 980 Lubuntu 22.04 | Kodi Nexus on HTPC Lubuntu 20.04 | My Add-ons | Legacy Repo | Matrix Repo
>>>>> Newest MetalChris Addons: Redbox | NEWSnet | NHL Radio | Weather Unlocked
Reply
I have a suggestion for the addon name
how about Espn-Play
since we can play all the channels now
Here are some logos:

Image. Image
Reply
@MetalChris, love the artwork!

no personal opinion on the name. maybe best to just call it ESPN.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
(2016-07-01, 02:17)binder420 Wrote: I have a suggestion for the addon name
how about Espn-Play
since we can play all the channels now
Here are some logos:

Image. Image

this is nice!
now that i see it with the logo, i see it working.

i like this one better --
Image
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
I have gotten a few false positive results on "channel not supported" and it gets disabled automatically. Happened 2 times today, clicked the video a second time and it loaded up.
Reply
Not a fan of getting it renamed, but if we are taking votes "ViewESPN" is a great one mentioned so far.
Reply
I have made a couple of updates for handling blackouts and other issues (2.9.11). I will keep the 'ESPN 3' name but will update the icon to be the ESPN Play one from binder420 and the fanart from MetalChris
Reply
I added a release of 2.9.12 that contains the updated artwork. Given that it has been pretty quiet I will work on getting this into the official kodi addon repository.
Reply
can you please post the address for the new ESPN 3 add-on.
Reply
(2016-07-18, 16:31)aafan4u Wrote: can you please post the address for the new ESPN 3 add-on.

it's on the first page.

the addon should also be in the Official Kodi Repository.

please correct me if I'm wrong.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
I have submitted this to the official kodi repository https://github.com/xbmc/repo-plugins/pull/592 we will see if it can get in.
Reply
Hi all,

I'm getting an error every time I launch this addon. I could use some help as I'm unsure what's going on here. Running this on a ASUS Chromebox running Openelec 7.0 beta 3

Here's the related error log info:

21:58:04 T:140299008337984 NOTICE: ActiveAE DSP - starting
21:58:04 T:140299008337984 NOTICE: initialize done
21:58:04 T:140299008337984 NOTICE: Running the application...
21:58:04 T:140299008337984 NOTICE: starting zeroconf publishing
21:58:04 T:140299008337984 NOTICE: WebServer: Started the webserver
21:58:04 T:140299008337984 NOTICE: starting upnp client
21:58:04 T:140297807828736 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
21:58:04 T:140297807828736 NOTICE: UDP: Listening on port 9777
21:58:04 T:140298820708096 NOTICE: ## OpenELEC Addon ## 0.6.13
21:58:04 T:140298820708096 WARNING: CSkinInfo: failed to load skin settings
21:58:08 T:140298462164736 NOTICE: 1Channel: Service: Installed Version: 2.5.72
21:58:08 T:140298462164736 NOTICE: 1Channel: Loading sqlite3 as DB engine
21:58:08 T:140298829100800 NOTICE: Stream All The Sources: Service: Installed Version: 2.0.28
21:58:08 T:140298462164736 NOTICE: 1Channel: Service: Resetting...
21:58:08 T:140298462164736 NOTICE: 1Channel: Service: starting...
21:58:08 T:140298812315392 NOTICE: DudeHere Common Routines Service: Starting...
21:58:08 T:140298812315392 NOTICE:
21:58:08 T:140298812315392 NOTICE: DudeHere Common Routines Service: Version: 0.5.14
21:58:08 T:140298812315392 NOTICE: DudeHere Common Routines Service: Repository installed: True
21:58:08 T:140298812315392 NOTICE: DudeHere Common Routines Service: Transmogrifier installed: False
21:58:08 T:140298812315392 NOTICE: DudeHere Common Routines Service: Walter Sobchak installed: False
21:58:08 T:140298829100800 NOTICE: Stream All The Sources: Service: starting...
21:58:18 T:140297662551808 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.espn_3/addon.py", line 293, in <module>
ROOT_ITEM(refresh)
File "/storage/.kodi/addons/plugin.video.espn_3/addon.py", line 44, in ROOT_ITEM
channel_list = events.get_channel_list(include_premium)
File "/storage/.kodi/addons/plugin.video.espn_3/resources/lib/events.py", line 5, in get_channel_list
networks = player_config.get_networks()
File "/storage/.kodi/addons/plugin.video.espn_3/resources/lib/player_config.py", line 45, in get_networks
networks = get_config_soup().findall('.//network')
File "/storage/.kodi/addons/plugin.video.espn_3/resources/lib/player_config.py", line 24, in get_config_soup
return util.get_url_as_xml_soup_cache(PLAYER_CONFIG_URL, PLAYER_CONFIG_FILE, TIME_DIFFERENCE)
File "/storage/.kodi/addons/plugin.video.espn_3/resources/lib/util.py", line 45, in get_url_as_xml_soup_cache
fetch_file(url, cache_file)
File "/storage/.kodi/addons/plugin.video.espn_3/resources/lib/util.py", line 26, in fetch_file
urllib.urlretrieve(url, cache_file)
File "/usr/lib/python2.7/urllib.py", line 98, in urlretrieve
File "/usr/lib/python2.7/urllib.py", line 245, in retrieve
File "/usr/lib/python2.7/urllib.py", line 213, in open
File "/usr/lib/python2.7/urllib.py", line 443, in open_https
File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
File "/usr/lib/python2.7/httplib.py", line 897, in _send_output
File "/usr/lib/python2.7/httplib.py", line 859, in send
File "/usr/lib/python2.7/httplib.py", line 1278, in connect
File "/usr/lib/python2.7/ssl.py", line 352, in wrap_socket
File "/usr/lib/python2.7/ssl.py", line 579, in __init__
File "/usr/lib/python2.7/ssl.py", line 808, in do_handshake
IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
-->End of Python script error report<--
21:58:18 T:140299008337984 ERROR: GetDirectory - Error getting plugin://plugin.video.espn_3/
21:58:18 T:140299008337984 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.espn_3/) failed

Would appreciate any keen eyes that can help me solve the problem.

Regards,
Trick420
Reply
(2016-07-20, 04:34)trick420 Wrote: Hi all,

I'm getting an error every time I launch this addon. I could use some help as I'm unsure what's going on here. Running this on a ASUS Chromebox running Openelec 7.0 beta 3


IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
-->End of Python script error report<--
21:58:18 T:140299008337984 ERROR: GetDirectory - Error getting plugin://plugin.video.espn_3/
21:58:18 T:140299008337984 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.espn_3/) failed

Would appreciate any keen eyes that can help me solve the problem.

Regards,
Trick420

Configure>Settings ESPN3>Advanced tab> Disable SSL Certificate checks (unsafe) as explained in post 320 and confirmed in post 321 by @kvetter
Reply
(2016-07-21, 00:32)siuside Wrote:
(2016-07-20, 04:34)trick420 Wrote: Hi all,

I'm getting an error every time I launch this addon. I could use some help as I'm unsure what's going on here. Running this on a ASUS Chromebox running Openelec 7.0 beta 3


IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
-->End of Python script error report<--
21:58:18 T:140299008337984 ERROR: GetDirectory - Error getting plugin://plugin.video.espn_3/
21:58:18 T:140299008337984 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.espn_3/) failed

Would appreciate any keen eyes that can help me solve the problem.

Regards,
Trick420

Configure>Settings ESPN3>Advanced tab> Disable SSL Certificate checks (unsafe) as explained in post 320 and confirmed in post 321 by @kvetter

Ok. That took care of it. Thank you!!!

Trick420
Reply
  • 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 40

Logout Mark Read Team Forum Stats Members Help
ESPN 32