Having trouble with the PPTV plugin again. Sometimes it works, but it's fairly seldom. I keep getting this error. I'm not sure if anyone else is having this error.
01:52:35 271857.312500 T:2527147072 NOTICE: GetHttpData Error:
http://live.pptv.com/api/tv_list?area_id=2
01:52:35 271857.312500 T:2527147072 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 "/storage/.kodi/addons/plugin.video.pptv/default.py", line 815, in <module>
listVideo(name, url, GetPPTVVideoList(url))
File "/storage/.kodi/addons/plugin.video.pptv/default.py", line 340, in GetPPTVVideoList
pptmp = json.loads(tmp)
File "/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/__init__.py", line 326, in loads
File "/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 366, in decode
File "/home/neil/projects/OpenELEC.tv/build.OpenELEC-RPi.arm-devel/Python-2.7.3/.install_pkg/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
ValueError: No JSON object could be decoded
-->End of Python script error report<--
01:52:35 271857.593750 T:3041370112 ERROR: GetDirectory - Error getting plugin://plugin.video.pptv/?mode=videolist&name=%e5%85%a8%e5%9b%bd%e7%94%b5%e8%a7%86%e5%8f%b0&url=http%3a%2f%2flive.pptv.com%2flist%2ftv_list
01:52:35 271857.593750 T:3041370112 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.pptv/?mode=videolist&name=%e5%85%a8%e5%9b%bd%e7%94%b5%e8%a7%86%e5%8f%b0&url=http%3a%2f%2flive.pptv.com%2flist%2ftv_list) failed
When I try going to this webpage using a web browser, it seems to work.
http://live.pptv.com/api/tv_list?area_id=2 When I click on a link under that webpage, I'm not sure if they are working correctly, perhaps due to not being parsed correctly.