Realized I was on Libreelec 8.0, updated to 8.2 and installed fine! Sorry.
Posts by qmuni
-
-
Hi,
I tried the new script, but get an error when trying to install, "invalid structure" for the script. Libreelec on chromebox... Not sure what's wrong? First install of the newest script from post 283, currently using zap2xml (until it broke that is).
Thanks for any help!
-
Turned off program icons, and deleted the I named files from the cache directory, and it worked.
Thanks for the help. Will let you know if the problem recurs again in a few days, hopeful this takes care of it for now until your next update. Much appreciated.
-
Hi, I'm having a similar issue. New user for about a month, using version 0.50, running Libreelec 7.0 on Chromebox with TVheadend 4.2.
Everything initially worked great, but then noticed that the EPG was not updating. I ended up following a prior post suggestion, and cleared out the cache directory. Seemed to restore everything to working again.
But recently having the same issue, EPG was working great then on Dec 24, the xmltv.xml file had its last update. I have it set for 14 days of EPG data, and nothing past Jan 7 at around 11am is loading up. I looked in the zap2xml.log file, and found this at the end:
Code
Display More[40/56] Parsing: /storage/.kodi/addons/script.module.zap2xml/cache/1483786800000.html.gz [41/56] Parsing: /storage/.kodi/addons/script.module.zap2xml/cache/1483808400000.html.gz Exception error<type 'exceptions.TypeError'> Traceback (most recent call last): File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 2064, in <module> main() File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 1974, in main parseGrid(fn) #data read in and unicode it File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 1081, in parseGrid p.feed(b) File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-Generic.x86_64-7.0.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/HTMLParser.py", line 117, in feed File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-Generic.x86_64-7.0.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/HTMLParser.py", line 161, in goahead File "/home/chewitt/LibreELEC.70-official/build.LibreELEC-Generic.x86_64-7.0.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/HTMLParser.py", line 327, in parse_starttag File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 703, in handle_starttag globals()['on_%s' % tag](self, tag, attrs) File "/storage/.kodi/addons/script.module.zap2xml/zap2xml.py", line 339, in on_td fn = os.path.join(cacheDir,"I" + cp + ".js.gz") TypeError: cannot concatenate 'str' and 'int' objects
Any ideas on what's going on?Thanks for any help, much appreciated. Otherwise great module, thanks for putting this together.