Receiving the following error when calling client.GetAddresses(ctx):
2025/01/17 19:46:37.986534 WARN RESTY gopenpgp: error in reading key ring: openpgp: invalid data: user ID signature with wrong type, Attempt 1
2025/01/17 19:46:37.986572 ERROR RESTY gopenpgp: error in reading key ring: openpgp: invalid data: user ID signature with wrong type
Error: gopenpgp: error in reading key ring: openpgp: invalid data: user ID signature with wrong type
The user in question was returned from client.GetUser(ctx).
Receiving the following error when calling
client.GetAddresses(ctx):The
userin question was returned fromclient.GetUser(ctx).