Getting a "*** Failed to download the package list
error when running opkg update
. Can manually download the file with wget
. Increasing the verbosity level does not seem to help shed any light onto what's causing the error.
root@James-Router:~# opkg -V4 update
opkg_conf_parse_file: Loading conf file /etc/opkg.conf.
opkg_conf_parse_file: Loading conf file /etc/opkg/customfeeds.conf.
opkg_conf_parse_file: Loading conf file /etc/opkg/distfeeds.conf.
pkg_hash_load_status_files:
...
flag_related_packages: propagating pkg flag to dependent abpkg kmod-pppoe
pkg_vec_insert_merge: Adding new pkg=ppp-mod-pppoe version=2.4.9.git-2021-01-04 arch=arm_cortex-a15_neon-vfpv4.
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/ipq806x/generic/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/targets/ipq806x/generic/packages/Packages.gz
root@James-Router:~# wget https://downloads.openwrt.org/releases/22.03.3/targets/ipq806x/generic/packages/Packages.gz
Downloading 'https://downloads.openwrt.org/releases/22.03.3/targets/ipq806x/generic/packages/Packages.gz'
Connecting to 168.119.138.211:443
Writing to 'Packages.gz'
Packages.gz 100% |*******************************| 93902 0:00:00 ETA
Download completed (93902 bytes)