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
In Signify-TS, using client.registries().list(name) sometimes causes a transient error.
The Signify-TS script has the following error messages:
{"title": "500 Internal Server Error"}
211 | if (!res.ok) {
212 | const error = await res.text();
> 213 | throw new Error(error);
| ^
214 | }
215 | const isSameAgent =
216 | this.agent?.pre === res.headers.get('signify-resource');
at SignifyClient.fetch (../../src/keri/app/clienting.ts:213:19)
at async Registries.list (../../src/keri/app/credentialing.ts:553:21)
at async Promise.all (index 1)
at async Object.run (multisig-vlei-issuance.test.ts:453:52)
The KERIA terminal has the following error messages:
2024-01-26 16:27:49 [FALCON] [ERROR] GET /identifiers/GEDA/registries => Traceback (most recent call last):
File "falcon/app.py", line 365, in falcon.app.App.__call__
File "/Users/nkongsuwan/Workspace/WebOfTrust/keria/src/keria/app/credentialing.py", line 90, in on_get
state=asdict(registry.tever.state())
^^^^^^^^^^^^^^
File "/Users/nkongsuwan/Workspace/WebOfTrust/keripy/src/keri/vdr/credentialing.py", line 198, in tever
return self.reger.tevers[self.regk]
~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/Users/nkongsuwan/Workspace/WebOfTrust/keripy/src/keri/vdr/viring.py", line 48, in __getitem__
raise ex # reraise KeyError
^^^^^^^^
File "/Users/nkongsuwan/Workspace/WebOfTrust/keripy/src/keri/vdr/viring.py", line 43, in __getitem__
return super(rbdict, self).__getitem__(k)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'ECk3nPSAslofBPZFvWXHQKSOldJ2cj-g_guGSfcTt_Ek'
The text was updated successfully, but these errors were encountered:
In Signify-TS, using
client.registries().list(name)
sometimes causes a transient error.The Signify-TS script has the following error messages:
The KERIA terminal has the following error messages:
The text was updated successfully, but these errors were encountered: