christgau / wsdd

A Web Service Discovery host daemon.
MIT License
814 stars 98 forks source link

I am getting a "general error" when trying to install the gpg key #142

Closed MACCAMCGOO closed 1 year ago

MACCAMCGOO commented 2 years ago

This is weird as I have two identical machines both on the same network sharing the same internet connection... installed the deb, key and wsdd without issue. Tried on the other machine and I get the following

:~ sudo apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key

Executing: /tmp/apt-key-gpghome.zMvzKMRig1/gpg.1.sh --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key gpg: requesting key from 'https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key' gpg: WARNING: unable to fetch URI https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key: General error

any ideas?

christgau commented 2 years ago

I can fetch the key without problems. Have you to tried to download the key directly via curl, e.g, to see if download works in principle. If that does work, the problem is not on the repo's side.

Btw: Which distro are you using? wsdd has landed in Jammy's universe (see #137). No need to install the third party repo there.

christgau commented 2 years ago

Does the problem persists? Maybe it was related to #143

christgau commented 1 year ago

Closing the issue after almost three months of silence.