Closed iFergal closed 3 months ago
Fetching a missing credential through KERIA gives a 500 - see description of https://github.com/WebOfTrust/keria/pull/282
This small PR be a cleaner solution that the current PR as we can just catch kering.MissingEntryError.
kering.MissingEntryError
Note - the 500 error comes from the cancs.get line but looking at the existing code for saving credentials, it should exist in cancs if it's in creds.
cancs.get
cancs
creds
Fetching a missing credential through KERIA gives a 500 - see description of https://github.com/WebOfTrust/keria/pull/282
This small PR be a cleaner solution that the current PR as we can just catch
kering.MissingEntryError
.Note - the 500 error comes from the
cancs.get
line but looking at the existing code for saving credentials, it should exist incancs
if it's increds
.