Unable to locate package chipstack-gateway-bridge [Key EXPIRED]

check your internet connection, dns, firewall

I’m searching for this problems. Is the key working fine?

sure.
but in your case, your system can’t connect to the keyserver.

1 Like

it worked. thank you very much <3

Hi everyone !
First here, nice to meet you. I have the similar issue with " E: Unable to locate package chirpstack-gateway-bridge"

Also. E: Failed to fetch https://artifacts.chirpstack.io/packages/3.x/deb/dists/3/stable/binary-amd64/Packages Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 188.166.134.65 443]
Can anybody help? Thanks a lot in advance

Hi.
Can i see all of your commands to solve this problem?

Good morning you all!

I am experiencing same issues here. After looking for the GPG key, I assume it is expired since yesterday:

https://keyserver.ubuntu.com/pks/lookup?search=info%40brocaar.com&fingerprint=on&op=index

Happy New Year!

1 Like

Hi.
Can you please show me all of the commands i have to run to solve this problem? Here is my commands:

  1. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
  2. sudo echo “deb https://artifacts.chirpstack.io/packages/3.x/deb stable main” | sudo tee /etc/apt/sources.list.d/chirpstack.list
  3. sudo apt update
    But it doesn’t work.

GPG key is currently expired, hp14. Let’s wait for it to be renewed to solve this issue!

You mean the GPG key in this guide in ChirpStack documentation:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00

That’s right. This GPG is expired since yesterday as you can check here:

https://keyserver.ubuntu.com/pks/lookup?search=info%40brocaar.com&fingerprint=on&op=index

Yeah, i checked. It is so unfortunate. Do you know how long does it take for the key to be renewed?

Sorry about this. The issue has been resolved. Re-running the following command should solve the issue:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00
1 Like

I did re-run this command many times, but it kept returning messages like above issue.

How can I fix this problem?

Hi,

Looks like a firewall issue, try:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00

@brocaar this is happening again

You need to fetch the updated key again first using the above command :slight_smile:

Ty