LS80 / script.libreelec.devupdater

LibreELEC development build updater add-on
http://devupdater.leopold.me.uk
GNU General Public License v3.0
3 stars 2 forks source link

Problems with running addon on recent milhouse builds. #1

Open laric opened 7 years ago

laric commented 7 years ago

I am trying to run it on the new milhouse builds that are failing to start the addon. Here is an exceprt from the log. `12:11:58.687 T:139940365387520 INFO: initializing python engine. 12:11:58.687 T:139940365387520 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.libreelec.devupdater/default.py): start processing 12:11:58.705 T:139940365387520 DEBUG: -->Python Interpreter Initialized<-- 12:11:58.705 T:139940365387520 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.libreelec.devupdater/default.py): the source file to load is "/storage/.kodi/addons/script.libreelec.devupdater/default.py" 12:11:58.706 T:139940365387520 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.libreelec.devupdater/default.py): setting the Python path to /storage/.kodi/addons/script.libreelec.devupdater:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.html2text/lib:/storage/.kodi/addons/script.module.requests/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0 12:11:58.706 T:139940365387520 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.libreelec.devupdater/default.py): entering source directory /storage/.kodi/addons/script.libreelec.devupdater 12:11:58.706 T:139940365387520 DEBUG: CPythonInvoker(9, /storage/.kodi/addons/script.libreelec.devupdater/default.py): instantiating addon using automatically obtained id of "script.libreelec.devupdater" dependent on version 2.13.0 of the xbmc.python api 12:11:58.920 T:139940365387520 WARNING: CSkinInfo: failed to load skin settings 12:11:58.938 T:139942993862144 DEBUG: Activating window ID: 10138 12:11:58.938 T:139942993862144 DEBUG: ------ Window Init (DialogBusy.xml) ------ 12:11:59.053 T:139940365387520 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

MusterGit commented 7 years ago

I have the same problem. As far as I understand the bug, it's because there is no official LibreELEC-9.0 build yet. No matter what release source you use (in our case Milhouse), the addon always tries to retrieve the list of official releases first. So this process stops with the error mentioned above and breaks the addon.

MusterGit commented 7 years ago

A temporary fix is to comment out lines 12 and 13 of file script.libreelec.devupdater\resources\lib\sources.py. Delete the file sources.pyo and start the addon afterwards.

Mike-KL commented 7 years ago

Was not aware you had updated ;-) addon for libreelec, Installed addon on #0408 millhouse build for rpi2 today and like others I am unable to sucessfully start/use addon as it errors and will not start!

kodi debug log https://pastebin.com/t8bpGbzx

MusterGit commented 7 years ago

I'm not the author, just a user that found a workaround. Try the modification I mentioned above and you will be able to use the addon again.

Mike-KL commented 7 years ago

@MusterGit Thanks for workaround, I made suggested modifications (commented out lines 12 & 13 in sources.py and deleted sources.pyo) and working fine now for download/installation of milhouse nightly Leia builds

HPMSGEN8 commented 7 years ago

Thanks alot for this temp fix BUT i do not get anything anymore on the list the App loads and that is it any advice ?

ManuStrozor commented 6 years ago

Fixed with the last pull request