openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
312 stars 78 forks source link

opkg_download: Failed to download, wget returned 4 #939

Open erik434 opened 1 month ago

erik434 commented 1 month ago

Here's what seems to be the most relevant part:

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/23.05.4/packages/aarch64_cortex-a53/packages/coreutils-sleep_9.3-1_aarch64_cortex-a53.ipk, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_install_pkg: Failed to download coreutils-sleep. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package coreutils-sleep.

I can download the file just fine if I try downloading that URL locally. Is there something wrong with the asu server? Or is there something I can try on my end that would help here? Full details below in case they're helpful.

Request Data

STDOUT

STDERR

erik434 commented 1 month ago

FWIW, if anyone else runs into the same kind of issue, I had success running "auc" on the command line, instead of triggering the update via the luci web interface. No idea why it would make a difference - you'd think that in both cases they would be doing the same thing with the asu server.

dangowrt commented 1 month ago

The main difference is that the LuCI interface uses your browser to communicate with the asu server -- in this way you can update even devices which are not directly connected to the Internet themselves. auc in contrast establishes direct https connection from the device itself to the asu server.

Edit: Looking at the error above I don't think this is related though.