Addons not available

Hi there

I had an Hassio running on my raspy for 6 months… one week ago, it died…
I then took my old netbook from the shelf, installed ubuntu, installed docker and hassio and then restored my backup

All is working as expected but some addons are not restored and are not available in the addon’s marketplace

digging a bit, I saw that the issue seems the lack of “arch” key in the config.json of each addon…
is that key required? am I the only one that has this kind of issue?
ATM I opened an issue on github for one of them, but I’d like to know if I’m missing anything.
TIA

A Raspberry Pi has a different CPU architecture than your Netbook.
Likely those addons were written specifically to run on the Pi.

well… maybe, but we’re talking about something like autossh…

BTW, I cloned in my github account one repo and I’ll try to work on it… the only issue is to find some free time :slight_smile:

OK…
I did a simple test
Forked https://github.com/james-fry/hassio-addons in my github repo, edited config.json to have the arch key, setup my repo in addons marketplace et voilà, I can see and install rtl4332mqtt add-on
Will try with autossh but I’m quite sure it will work as well

Moreover, reading here https://developers.home-assistant.io/docs/en/hassio_addon_tutorial.html, I see that the arch key is always present, so I guess that if it’s missing is an error

If it has only the arm architectures that will not help you though,