My own repository…not working

Hi guys,

I have developed the Light IMDb Ratings Update add-on and as a further step it would be nice to provide it to the community through a my repository.

At the moment, I have created this repository on GitHub where inside the folder named repo is possible to find the requested files addons.xml, addons.xml.md5 and the two add-ons Light IMDb Ratings Update and axlt2002.repository in the zip format under the respective folders.

Using the latest Kodi 18 alpha, the issue is that when I enter the axlt2002.repository, it results empty:

[Image: Ei2DYmM.png]

while on Kodi 17.3 i receive the message “Could not connect to the repository”.

I’m quite puzzled… Frown

Hereafter I report you the content of the maim files; so if you can check them or try them it would be really beneficial for me. Being honest, to me it seems that everything is correct…

addons.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<addons>
    <addon id="repository.axlt2002.repository" name="axlt2002 repository" version="1.0.0" provider-name="axlt2002">
        <requires>
            <import addon="xbmc.addon" version="12.0.0"/>
        </requires>
        <extension point="xbmc.addon.repository" name="axlt2002 repository">
            <info compressed="false">https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/</datadir>
            <hashes>false</hashes>
        </extension>
        <extension point="xbmc.addon.metadata">
            <summary>axlt2002 repository.</summary>
            <description>axlt2002 repository.</description>
            <platform>all</platform>
    </extension>
</addon>

<addon id="script.lightimdbratingsupdate" name="Light IMDb Ratings Update" version="1.0.0" provider-name="axlt2002">
     <requires>
      <import addon="xbmc.python" version="2.25.0" />
      <import addon="script.module.simplejson" version="3.3.0" />
      <import addon="script.module.myconnpy" version="1.1.7" />
     </requires>
     <extension point="xbmc.service" library="service.py" start="startup" />
     <extension point="xbmc.addon.metadata">
      <platform>windx</platform>
      <forum>https://forum.kodi.tv/showthread.php?tid=316342</forum>
      <summary lang="en">Light IMDb Ratings Update is a Kodi add-on that keeps updated the IMDb ratings for your Movies and TV Shows.</summary>
      <summary lang="it">Light IMDb Ratings Update è un add-on di Kodi che mantiene aggiornate le valutazioni IMDb dei tuoi Film e Serie TV.</summary>
      <description lang="en">Light IMDb Ratings Update runs as a Kodi service to update the ratings, votes and IMDb Top 250 for Movies as well as the ratings and votes for TV Shows (including Episodes) by scraping the data from the IMDb site. The update can be scheduled once a week and it will run as soon as possible after a scheduled start is missed. The prerequisites to run the add-on are the installation of PHP (please refer to the file readme.txt) and the availability of the IMDb IDs for the Movies, TV Shows and Episodes you want to be updated (please check the add-on thread in the Kodi forum for more details). Light IMDb Ratings Update runs on Kody 17 (and beyond) for Windows.</description>
      <description lang="it">Light IMDb Ratings Update viene eseguito come un servizio di Kodi per aggiornare le valutazioni, i voti e la Top 250 IMDb per i Film così come le valutazioni ed i voti per le Serie TV (inclusi gli Episodi) ottenendo i dati dal sito IMDb. L'aggiornamento può essere pianificato una volta alla settimana a sarà avviato appena possibile se un avvio pianificato non viene eseguito. I prerequisiti per eseguire l'add-on sono l'installazione di PHP (si faccia riferimento al file readme.txt) e la disponibilità degli IMDb ID per i Film, le Serie TV e gli Episodi che si vogliono aggiornare (per ulteriori dettagli si veda il thread dell'add-on nel forum di Kodi). Light IMDb Ratings Update è compatibile con Kodi 17 (e successivi) per Windows.</description>
     </extension>
</addon>
</addons>

addon.xml.md5

Code:
52272d4ec84297d240066a4991149ac1

addon.xml of repository.axlt2002.repository

Code:
<?xml version="1.0" encoding="UTF-8"?>
    <addon id="repository.axlt2002.repository" name="axlt2002 repository" version="1.0.0" provider-name="axlt2002">
        <requires>
            <import addon="xbmc.addon" version="12.0.0"/>
        </requires>
        <extension point="xbmc.addon.repository" name="axlt2002 repository">
            <info compressed="false">https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/axlt2002/axlt2002-Repository/repo/</datadir>
            <hashes>false</hashes>
        </extension>
        <extension point="xbmc.addon.metadata">
            <summary>axlt2002 repository.</summary>
            <description>axlt2002 repository.</description>
            <platform>all</platform>
    </extension>
</addon>

I’m looking forward for any help! Thanks in advance!