[RELEASE] PBS Kids
#31
Thanks for the fix; My son loves his Dinosaur Train. Smile
Reply
#32
Sad 
09:45:03 T:37772 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'simplejson.scanner.JSONDecodeError'>
Error Contents: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\XBMC\addons\plugin.video.pbs_kids\addon.py", line 274, in <module>
Main(pbs)
File "C:\Users\user\AppData\Roaming\XBMC\addons\plugin.video.pbs_kids\addon.py", line 175, in __init__
self.shows_menu()
File "C:\Users\user\AppData\Roaming\XBMC\addons\plugin.video.pbs_kids\addon.py", line 180, in shows_menu
shows = pbs.get_shows()
File "C:\Users\user\AppData\Roaming\XBMC\addons\plugin.video.pbs_kids\addon.py", line 45, in get_shows
response = json.loads(urllib.urlopen(self.SHOWS_URL).read())
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\__init__.py", line 488, in loads
return _default_decoder.decode(s)
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\decoder.py", line 389, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\scanner.py", line 119, in scan_once
return _scan_once(string, idx)
File "C:\Users\user\AppData\Roaming\XBMC\addons\script.module.simplejson\lib\simplejson\scanner.py", line 115, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
-->End of Python script error report<--
09:45:03 T:33144 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.pbs_kids/
09:45:03 T:33144 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pbs_kids/) failed
09:45:03 T:26280 NOTICE: Thread BackgroundLoader start, auto delete: false
09:45:03 T:25308 NOTICE: Thread FileCache start, auto delete: false
Reply
#33
This is the fix:
in the addon.py file simply change line 27 from:
SHOWS_URL = 'http://pbskids.org/shell/video/data/org.pbskids.shows.json'
to
SHOWS_URL = 'http://pbskids.org/video/data/org.pbskids.shows.json'
simply removing "shell" from the path. Works again for me! Kids are happy again Big Grin
Reply
#34
Thanks for that fix. What a coincidence I'm looking for this app today, and this years old topic is bumped up a few days ago! Thanks again!
Reply
#35
(2014-12-23, 06:59)melendyk Wrote: This is the fix:
in the addon.py file simply change line 27 from:
SHOWS_URL = 'http://pbskids.org/shell/video/data/org.pbskids.shows.json'
to
SHOWS_URL = 'http://pbskids.org/video/data/org.pbskids.shows.json'
simply removing "shell" from the path. Works again for me! Kids are happy again Big Grin

Worked for me. Thanks.
Reply
#36
(2014-12-23, 06:59)melendyk Wrote: This is the fix:
in the addon.py file simply change line 27 from:
SHOWS_URL = 'http://pbskids.org/shell/video/data/org.pbskids.shows.json'
to
SHOWS_URL = 'http://pbskids.org/video/data/org.pbskids.shows.json'
simply removing "shell" from the path. Works again for me! Kids are happy again Big Grin

This fix has stopped working for me. Is it still working for you? Thanks
Reply
#37
(2015-01-26, 21:28)Bigperm Wrote:
(2014-12-23, 06:59)melendyk Wrote: This is the fix:
in the addon.py file simply change line 27 from:
SHOWS_URL = 'http://pbskids.org/shell/video/data/org.pbskids.shows.json'
to
SHOWS_URL = 'http://pbskids.org/video/data/org.pbskids.shows.json'
simply removing "shell" from the path. Works again for me! Kids are happy again Big Grin

This fix has stopped working for me. Is it still working for you? Thanks
Stopped working for me at the beginning of Jan Sad
Reply
#38
Yep, stopped working for me to.
I did find this add-on that does have a lot of content including pbskids. It does take a little drilling to get to it, however, it's updated with the latest pbskids urls and is working.

https://github.com/moneymaker365/reposit...s/releases
Reply
#39
Just tried it again and it works once again. Not sure if it will last...
Reply
#40
You can also try the PBS Kids section in the PBS ThinkTv.org addon. Please see this forum entry: 216810 (thread) for details. PBS Kids has been added in V1.0.13.
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] PBS Kids2