(2015-09-17, 22:29)mulliganman Wrote: [ -> ] (2015-09-17, 17:41)Olliepop Wrote: [ -> ] (2015-09-17, 16:10)mulliganman Wrote: [ -> ]Does the plugin update automatically when new versions come out? If not, is this a possibility soon?
Yes it does.
Weird. Because I haven't updated to 9.17 on Isengard 15.1
I just released it around noon today. It won't auto update until it's pulled into the kodi repo which usually takes 24-48 hrs.
Also, you might want to make sure auto-update is turned on
(2015-09-17, 22:32)eracknaphobia Wrote: [ -> ] (2015-09-17, 22:29)mulliganman Wrote: [ -> ] (2015-09-17, 17:41)Olliepop Wrote: [ -> ]Yes it does.
Weird. Because I haven't updated to 9.17 on Isengard 15.1
I just released it around noon today. It won't auto update until it's pulled into the kodi repo which usually takes 24-48 hrs.
Also, you might want to make sure auto-update is turned on
Found it and it looks like it is turned on. But, I guess it hasn't made its way to me yet.
2015.9.17 hasn't made it to anyone yet, unless they manually downloaded and installed it. If you are on version 2015.9.4 you are on the latest version in the kodi repository. It takes sometime between when I update here and when it is available in the kodi repo.
Thank you. The Bright House addition works perfectly.
I am new to Kodi, and the forum here but I am curious if you plan to add log in ability for att uverse customers anytime in the near future? Thanks in advance!
(2015-09-18, 19:49)dkimble Wrote: [ -> ]I am new to Kodi, and the forum here but I am curious if you plan to add log in ability for att uverse customers anytime in the near future? Thanks in advance!
read the first post if you want u-verse
Hi, hope someone can help. I couldn't contact eracknaphobia directly, but hopefully you will see this message. My NBC addon is not opening the streams, I just get a "script failed" error. I have uninstalled and reinstalled, checked for updates, tried different servers on my VPN, and even tried different VPNs but I still get the same error message. I have tried to get a log from Kodi Log Uploader but this also returns a script failed error (these are the only two addons that do this). As this is really the only addon I use I would like to get it fixed ASAP. Is anyone else getting this problem? Any help would be greatly appreciated.
(2015-09-09, 18:12)huawaJ Wrote: [ -> ]hi,
unfor. I always get the same errors. I have a verizon ID, but the log tells me that...
"
18:03:32 478.769592 T:2831549472 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 448, in <module>
SIGN_STREAM(url, name, icon_image)
File "/home/osmc/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 284, in SIGN_STREAM
saml_response, relay_state = provider.LOGIN(var_1, var_2, var_3)
File "/home/osmc/.kodi/addons/plugin.video.nbcsnliveextra/resources/providers/verizon.py", line 110, in LOGIN
json_source = json.load(resp)
File "/usr/lib/python2.7/json/__init__.py", line 290, in load
**kw)
File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--"
has it sth to do with the verizon captchas?
thanks for info - need to get it running for the next premier league weekend - hopefully
br
huawaJ
I'm getting this same error whenever I have hotspotshield vpn running (watching in UK). If I switch the vpn off then I don't get the error but obviously can't watch anything! I don't have any issue if I log into the NBC website under vpn.
I'm running Kodi 15.1 on Windows 10 and have a DirectTV login to NBC - thanks.
eracknaphobia
Any chance you can take a look at posts 1885/1887 on this thread ?
Thanks for you reply
But ive now tried several times to get the log
I go through all that is listed in wiki
get this
http://xbmclogs.com/?pdg4vy3c4 but theres nothing there
and no email at all
Anyone having issue with the addon? I have had some playback issues the past day or so. Then I just launched and got a pop-up message that "add-on is incompatible due to unmet dependencies. Would you like to disable on your system?" I am running Isengard 15.2
Anyone know what is going on?
Hi,
Same issue for me as mattygriff a few above. When I turn on hotspot shield VPN and try to select the "live" events it will error. There is no error with the VPN turned off. I also have a direct tv login, running windows 10, 15.1 and latest versions of add-on. Same error is in log, except for windows paths.
Unsure if this is addon or VPN issue of course, do you know if another vpn is working?
19:02:29 T:7248 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "C:\Users\xxxx\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra-beta\nbcsn.py", line 420, in <module>
LIVE_AND_UPCOMING()
File "C:\Users\xxxx\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra-beta\nbcsn.py", line 33, in LIVE_AND_UPCOMING
SCRAPE_VIDEOS(ROOT_URL+'mcms/prod/nbc-live-ios.json')
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra-beta\nbcsn.py", line 71, in SCRAPE_VIDEOS
json_source = json.load(response)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 290, in load
**kw)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
EDIT: As a test I have tried using another VPN (tunnelbear) and this does not give the error, so looks like could be an issue with hotspot shield
Hotshield has not worked for months.Gives error fault.