Posts by banon

    Hello. I have tried to install this repo on kodi 19 (19.0 ALPHA-1).

    Managed to install and run without errors after fixing few lines like this.

    from:

    Code
    tree.iter(tag='checksum').next().text = datadir_new + 'addons.xml.md5'

    to:

    Code
    next(tree.iter(tag='checksum')).text = datadir_new + 'addons.xml.md5'

    Now i get "Could not connect to repository"

    Any ideas on how to fix this?