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
I'm playing with Aries Framework Javascript agent.dids.import method and noticed that it's not possible to import some indy dids.
I receive always this error:
Error retrieving endpoints for did '53A4bb71Sja4VYqdKjuB7E' from ledger 'idunion' Request failed: client request invalid: InvalidClientRequest('validation error [ClientGetAttribOperation]: not a valid hash (needs to be in hex too) (hash=endpoint)',)
I'm playing with Aries Framework Javascript
agent.dids.import
method and noticed that it's not possible to import some indy dids.I receive always this error:
Error retrieving endpoints for did '53A4bb71Sja4VYqdKjuB7E' from ledger 'idunion' Request failed: client request invalid: InvalidClientRequest('validation error [ClientGetAttribOperation]: not a valid hash (needs to be in hex too) (hash=endpoint)',)
I think main issue of this in method buildGetAttribRequest here
https://github.com/hyperledger/indy-vdr/blob/main/wrappers/javascript/indy-vdr-react-native/cpp/indyVdr.cpp#L110
it passes arguments in the followign order:
submitterDid
,targetDid
,hash
,raw
, etcActual definition of indy_vdr_build_get_attrib_request:
so, as I can ses
raw
goes tohash
andhash
goes toraw
The text was updated successfully, but these errors were encountered: