Unable to update to new release

On raspberry pi with raspbian I can’t update to new release and getting following error.

I already added keys for it.

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
sudo echo “deb Index of /packages/4.x/deb/ stable main” | sudo tee /etc/apt/sources.list.d/chirpstack.list

Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Err:5 https://artifacts.chirpstack.io/packages/4.x/deb stable InRelease
  Could not connect to artifacts.chirpstack.io:443 (188.166.134.65), connection timed out
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch https://artifacts.chirpstack.io/packages/4.x/deb/dists/stable/InRelease  Could not connect to artifacts.chirpstack.io:443 (188.166.134.65), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.

I think this error explains it well? It looks like your server is unable to connect to artifacts.chirpstack.io (port 443). This could be caused by a network issue or it could be a firewall.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.