Flint 2 OpenWrt 24.10.1 (r28597-0425664679) plugin installation problem.

It seems that the plugins for firmware 4.7. 5-op24 that I installed on my flint 2 are no longer reachable.
I get these errors when I try to update the list.
Is it just me?

Downloading https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz
*** Failed to download the package list from https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/luci/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/packages/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/routing/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/routing/Packages.gz

Downloading https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/telephony/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/telephony/Packages.gz

etc... etc...

Make sure that your Time and Date settings are all correct.

Time and date are fine.

But it still doesn't work, even using SSH

Collected errors:
 * opkg_download: Failed to download https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/luci/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/packages/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/routing/Packages.gz, wget returned 1.
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/telephony/Packages.gz, wget returned 1.
The opkg update command failed with code 6.

Hi,

Execute these to see what the error is

wget https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz
wget https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz
nslookup fw.gl-inet.com
nslookup downloads.openwrt.org
  1. If VPN, ADG are enabled, try to disable and execute opkg update
  2. Did you install the plugin wget-nossl? Please remove it and install the wget-ssl
-----------------------------------------------------
 OpenWrt 24.10.1, r28597-0425664679
 -----------------------------------------------------
root@GL-MT6000:~# wget https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz
https://fw.gl-inet.com/releases/v24.x/v4.7/6.6.86/mediatek/filogic/Packages.gz: HTTPS support not compiled in.
root@GL-MT6000:~# wget https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz
https://downloads.openwrt.org/releases/24.10.1/packages/aarch64_cortex-a53/base/Packages.gz: HTTPS support not compiled in.
root@GL-MT6000:~# nslookup fw.gl-inet.com
Server:         8.8.8.8
Address:        8.8.8.8:53

Non-authoritative answer:
fw.gl-inet.com  canonical name = d353wcu87nbtx2.cloudfront.net
Name:   d353wcu87nbtx2.cloudfront.net
Address: 3.165.239.109
Name:   d353wcu87nbtx2.cloudfront.net
Address: 3.165.239.90
Name:   d353wcu87nbtx2.cloudfront.net
Address: 3.165.239.3
Name:   d353wcu87nbtx2.cloudfront.net
Address: 3.165.239.81

Non-authoritative answer:
fw.gl-inet.com  canonical name = d353wcu87nbtx2.cloudfront.net

root@GL-MT6000:~# nslookup downloads.openwrt.org
Server:         8.8.8.8
Address:        8.8.8.8:53

Non-authoritative answer:
downloads.openwrt.org   canonical name = dualstack.j.sni.global.fastly.net
Name:   dualstack.j.sni.global.fastly.net
Address: 151.101.194.132
Name:   dualstack.j.sni.global.fastly.net
Address: 151.101.130.132
Name:   dualstack.j.sni.global.fastly.net
Address: 151.101.2.132
Name:   dualstack.j.sni.global.fastly.net
Address: 151.101.66.132

Non-authoritative answer:
downloads.openwrt.org   canonical name = dualstack.j.sni.global.fastly.net
Name:   dualstack.j.sni.global.fastly.net
Address: 2a04:4e42::644
Name:   dualstack.j.sni.global.fastly.net
Address: 2a04:4e42:400::644
Name:   dualstack.j.sni.global.fastly.net
Address: 2a04:4e42:200::644
Name:   dualstack.j.sni.global.fastly.net
Address: 2a04:4e42:600::644

Did you install the plugin wget-nossl? Please remove it and install the wget-ssl

How do I install wget-ssl if I can't download the plugins list? :smiley:

I solved it.
I temporarily replaced "https" with "http" in the sources configuration and it worked like a charm.

1 Like