openlumi / homeassistant_on_openwrt

Install Home Assistant on your OpenWrt device with a single command
MIT License
167 stars 48 forks source link

Packages are not being installed #53

Open ruslan-astratov opened 5 days ago

ruslan-astratov commented 5 days ago

When executing a command:

https://raw.githubusercontent.com/openlumi/homeassistant_on
_openwrt/21.02-2022.12/ha_install.sh

Errors occur: Collected errors:

 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/targets/imx6/generic/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/base/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/luci/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/node/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/openlumi/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/packages/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/routing/Packages.gz, wget returned 8.
 * opkg_download: Failed to download https://openlumi.github.io/releases/21.02.1/packages/arm_cortex-a9_neon/telephony/Packages.gz, wget returned 8.

When I click on the links in the browser, I see '404 page not found'

I have a question:

'404 file not found' occurs because there is nothing at the address, or '404 file not found' am I seeing because the resource is hidden behind the repository's privacy settings?

devbis commented 4 days ago

You need to change the feeds in opkg configuration to the new URL. releases -> archive https://openlumi.github.io/archive/21.02.1/

And 2022.12 was an incomplete merge as far as I remember. It's better using 21.02 branch