fluencelabs / dev-rewards

Apache License 2.0
554 stars 368 forks source link

OSError: b'age: error: no identity matched any of the recipients #85

Closed jeffreys-cat closed 3 months ago

jeffreys-cat commented 3 months ago

image

OSError: b'age: error: no identity matched any of the recipients\nage: report unexpected or unhelpful errors at https://filippo.io/age/report\n'

akim-bow commented 3 months ago

It looks like your private key doesn't match with the public one used for message encryption. Verify that your public key matches the one listed in metadata.json file.

jeffreys-cat commented 3 months ago

It looks like your private key doesn't match with the public one used for message encryption. Verify that your public key matches the one listed in metadata.json file.

Got it, Thanks!