RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Addon installer on Kodi

    Scheduled Pinned Locked Moved Help and Support
    12 Posts 4 Posters 6.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Eddyperez
      last edited by

      I installed kodi on retropie and works well, then i installed the addon installer but when i try to access to featured addons doesn't show nothing.
      Does anybody know about this problem? Sorry for my english, i'm from spain. Thanks.

      1 Reply Last reply Reply Quote 0
      • T
        Twitch0815
        last edited by

        Yea it has to do with ssl

        The fix is this,
        sudo apt-get install mlocate
        sudo updatedb
        locate downloader.py
        cd to the directory that has the downloader.py file
        rm downloader.pyo

        Edit your downloader.py file
        sudo nano downloader.py

        add theese lines

        import ssl
        ssl._create_default_https_context = ssl._create_unverified_context

        Ctrl x and press y to save

        reboot kodi and addoninstaller will work.

        same fix will work for the addons config service just repeat the above steps for its directory

        Cool thing is any apps installed wont need the fix run against them they will work as normal.

        OrnitorickO 1 Reply Last reply Reply Quote 0
        • E
          Eddyperez
          last edited by

          Thank you very much, I'll try it.

          1 Reply Last reply Reply Quote 0
          • OrnitorickO
            Ornitorick @Twitch0815
            last edited by

            @Twitch0815 this information is excelente.
            I had te same issue!
            I'll try this. There is any more configuration that you did like this for kodi?

            T 1 Reply Last reply Reply Quote 0
            • E
              Eddyperez
              last edited by

              It doesn't work, I'll try again

              1 Reply Last reply Reply Quote 0
              • E
                Eddyperez
                last edited by

                Ok, now is working. After Y I have to press enter key. Thanks.

                1 Reply Last reply Reply Quote 0
                • T
                  Twitch0815 @Ornitorick
                  last edited by herb_fargus

                  @Ornitorick

                  There is a bazillion things you can do with kodi.
                  I have a friend who is better at it then me who does crazy theme changes and stuff. I can show a video of it but have not found a way to replicate it.

                  We do not advocate piracy

                  OrnitorickO 1 Reply Last reply Reply Quote 0
                  • OrnitorickO
                    Ornitorick @Twitch0815
                    last edited by

                    @Twitch0815 Great, the themes things its ok i'm googling a lot on those days and testing somes configs. lol
                    What im saiyng is the configuration to make the KODI work well like ssl configuration that you mentioned,

                    But, if your friend got a good video, infromation is never too much! lol

                    :)

                    1 Reply Last reply Reply Quote 0
                    • S
                      ssphaneuf
                      last edited by ssphaneuf

                      Sorry i'm new to linux, I'm searching for this downloader.py file and i can't seem to find it. what directory is it in?

                      1 Reply Last reply Reply Quote 0
                      • T
                        Twitch0815
                        last edited by

                        @ssphaneuf

                        In linux super easy way to find something is with the command locate.

                        You need to install it

                        sudo apt-get install mlocate

                        then update your search metadata

                        sudo updatedb

                        then just type locate and what you are looking for

                        ie

                        locate downloader.py

                        And it will spit out every path that has a downloader.py file in it.

                        I don't have kodi installed and avaiable to double check the directory but if you just follow the steps above you will find it.

                        1 Reply Last reply Reply Quote 0
                        • T
                          Twitch0815
                          last edited by

                          @ssphaneuf

                          /home/pi/.kodi/addons/plugin.program.addoninstaller/downloader.py

                          Is the directory

                          1 Reply Last reply Reply Quote 0
                          • S
                            ssphaneuf
                            last edited by

                            After some tinkering, i figured it out but only because you gave me the path to where the file path was. I tried searching for the file with the mlocate but there was nothing showing on the out put or what ever. Thanks for putting the directory, i was asble to find the file i needed to modify and it's working correctly now. Thanks a bunch!!!!

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post

                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.