iplayer
#1
since yesterday the iPlayer addon consistensly returns "Script failed : iPlayer". the log points to line 287 in iplayer2.py. Adding a write to file before that line:
def parse_playlist(self, xmlstr):
xmlstr = utils.xml_strip_namespace(xmlstr)
"""begin_jd"""
f_xmlstr = open(os.path.join(os.getenv('HOME'), '.kodi/temp/xmlstr.txt'), 'w')
f_xmlstr.write(xmlstr)
f_xmlstr.close()
"""end_jd"""
tree = ET.XML(xmlstr)
shows that the beeb apparently does not want me to use kodi:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /iplayer/playlist/bbc_one
on this server.</p>
</body></html>

Any hope for a solution? I am pretty familiar with python but absolutely worthless for this kind of problem so any help appreciated.
Watching using Chrome still works fine. On raspberry Chromium with pepper flash is pretty sluggish and low video quality so I would like kodi back.
Thanks for helping, jw
Reply
#2
http://forum.kodi.tv/showthread.php?tid=221699

The relevant stuff is in the last few pages.
HTPCs: 2 x Chromecast with Google TV
Audio: Pioneer VSX-819HK & S-HS 100 5.1 Speakers
Server: HP Compaq Pro 6300, 4GB RAM, 8.75TB, Bodhi Linux 5.x, NFS, MySQL
Reply

Logout Mark Read Team Forum Stats Members Help
iplayer0