Kodi Community Forum
Beta NBC - 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: Beta NBC (/showthread.php?tid=321811)



NBC - Lunatixz - 2017-09-21

Image

Its come to my attention there is already a Kodi plugin that parses the same site i'm using.

There is enough of a difference that I will finish my plugins development, however it will remain in my repository and not in the official Kodi repository.


RE: NBC - Atreyu - 2017-09-21

Ow, that’s great. But US only, i presume..?


RE: NBC - R.O.H.3000 - 2017-09-21

that's great! What resolution will the stream be?


RE: NBC - markeymark - 2017-09-21

will it be vod only or live also?


RE: NBC - Lunatixz - 2017-09-21

It's all free full episode high definition VOD and probably limited to the US.

Sent from my SM-G935T


RE: NBC - Lunatixz - 2017-09-22

Released to my beta repo, current version 1.0.1. Enjoy!


RE: NBC - ian1095 - 2017-09-25

Error when trying to start your addon

Error Type: <type 'exceptions.AttributeError'>
Error Contents: xbmcout instance has no attribute 'isatty'
Traceback (most recent call last):
File "/media/hdd/.kodi/addons/plugin.video.nbc/default.py", line 23, in <module>
from resources.lib import nbc
File "/media/hdd/.kodi/addons/plugin.video.nbc/resources/lib/nbc.py", line 250, in <module>
if mode==None: NBC().buildMenu(MAIN_MENU)
File "/media/hdd/.kodi/addons/plugin.video.nbc/resources/lib/nbc.py", line 77, in __init__
self.ydl = YoutubeDL()
File "/media/hdd/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py", line 390, in __init__
'Assuming --restrict-filenames since file system encoding '
File "/media/hdd/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py", line 585, in report_warning
if not self.params.get('no_color') and self._err_file.isatty() and compat_os_name != 'nt':
AttributeError: xbmcout instance has no attribute 'isatty'


RE: NBC - Lunatixz - 2017-09-25

(2017-09-25, 08:53)ian1095 Wrote: Error when trying to start your addon

Please submit a link to a full log, ensure debugging is enabled in both Kodi and NBC plug-in, thank you.

Sent from my SM-G935T


RE: NBC - ian1095 - 2017-09-25

I'm running on an Enigma2 box and the logging only submits the relevant data.

It doesn't log all the useless stuff.


RE: NBC - Lunatixz - 2017-09-25

(2017-09-25, 15:43)ian1095 Wrote: I'm running on an Enigma2 box and the logging only submits the relevant data.

It doesn't log all the useless stuff.
Without a full log... my guess is you are using a custom fork of Kodi? One that doesn't include the standard library's? I'd recommend using a official build where possible.

Sent from my SM-G935T


RE: NBC - ian1095 - 2017-09-25

Nope I'm using Krypton 17.4


RE: NBC - Lunatixz - 2017-09-25

(2017-09-25, 20:01)ian1095 Wrote: Nope I'm using Krypton 17.4
Every Kodi build provides a full log in some form. I cannot debug without it. THx

Sent from my SM-G935T