You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to call Client.GetAddresses() from go-proton-api, we receive the following error:
2025/01/18 07:09:27.772013 WARN RESTY gopenpgp: error in reading key ring: openpgp: invalid data: user ID signature with wrong type, Attempt 1
2025/01/18 07:09:27.772055 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
Apparently There are special "proton compatible" branches of gopenpgp
and go-crypto, neither of which are used by the go-proton-api, which is
a little ironic since the go-proton-api requires these features only
found in these proton specific branches.
Fixes: #4
Apparently There are special "proton compatible" branches of gopenpgp
and go-crypto, neither of which are used by the go-proton-api, which is
a little ironic since the go-proton-api requires these features only
found in these proton specific branches.
Fixes: #4
When attempting to call
Client.GetAddresses()
from go-proton-api, we receive the following error:This is being actively tracked upstream
The text was updated successfully, but these errors were encountered: